Campaign email sent
Sent when a campaign email is sent to a contact. This event fires for every campaign send (for example, sending to 1,000 contacts produces 1,000 events). Contains campaignId and campaignName plus contactIdentity and email objects. If the campaign was sent to one or more mailing lists, a mailingLists array is also included.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique message ID. Use to deduplicate deliveries.
Unix timestamp of when the message was sent.
HMAC signature for verifying the request. Verify using your endpoint signing secret from the Loops dashboard.
Body
"campaign.email.sent"Unix timestamp in seconds.
"1.0.0"The mailing list(s) the email was sent to, or an empty array.
Response
Webhook received successfully. Return any 2xx status code to acknowledge delivery.
Related topics
WebhooksZapier integrationAPI ChangelogHow to resend a campaign to new subscribersGet a campaign
