Skip to main content
Version: v3New

Get Bulk Action Campaign by ID

GET 

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

Get a single bulk action campaign by its ID

Request

Version stringrequired

API Version

Available optionsv3
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