Campaigns

Get CampaignSend

Returns the CampaignSend with the given ID. Requesting with an Accept: text/html header returns the rendered HTML body of the sent email instead, and responds with 404 if the send has no stored content to render.

get/shop/customers/campaigns/{campaignId}/sends/{sendId}

Response

The campaign send was successfully retrieved. Requesting with an Accept: text/html header returns the rendered email body as HTML instead of the CampaignSend record.

Example response

{
  "data": {
    "subject": "Exclusive summer offer just for you",
    "customer": {
      "first_name": "Jane",
      "last_name": "Doe",
      "email": "janedoe@example.com"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.