Submit an event to trigger a campaign
Campaigns
Submit Campaign Event
Allows triggering a campaign by submitting an event with either email or idempotency key.
POST
Submit an event to trigger a campaign
Path Parameters
The campaign ID
Body
application/json
Required. The event name that triggers the campaign.
Available options:
contact.saved, contact.unsubscribed, lead.created, sale.created Optional. Email address of the contact to trigger the campaign for.
Optional. Idempotency key to identify the event.
Response
For now, acknowledge the submission. Actual dispatching is handled elsewhere.