Skip to main content
Version: 2021-04-15

Get Bulk Action Campaign by ID

GET 

/emails/public/v2/locations/:locationId/campaigns/bulk-actions/:campaignId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get a single bulk action campaign by its ID

Request

Version stringrequired

API Version

Available options2021-04-15
locationId stringrequired

Location ID

campaignId stringrequired

Campaign ID

application/json

Success

Schema
    idstringrequired

    Campaign ID

    sourcestring

    Source of the campaign

    sourceIdstring

    Source ID of the campaign

    namestring

    Campaign name

    statusstringrequired

    Campaign status

    Available optionsprocessingscheduledpausedcompletecancelled
    scheduleTypestring

    Schedule type (NOW, SCHEDULED, or DRIP)

    Available optionsNOWSCHEDULEDDRIP
    fromNamestring

    Sender name

    fromEmailstring

    Sender email address

    subjectstring

    Email subject line

    replyToAddressstring

    Reply-to email address

    previewTextstring

    Preview text

    editorTypestring

    Editor type for this campaign

    Available optionshtmlbuildertext
    isPlainTextboolean

    Whether the campaign uses plain text

    editorContentUrlstring

    URL to fetch the rendered campaign content as HTML. Issue a GET against this URL to retrieve the body.

    deletedbooleanrequired

    Whether the campaign is deleted

    createdAtstringrequired

    Created at timestamp

    updatedAtstringrequired

    Last updated timestamp

    completedAtstring

    Processing completion timestamp

    traceIdstring

    Trace ID of the request