Events
Send an event
Send events to trigger emails in Loops.
post/v1/events/send
Headers
Idempotency-Keystring
Include a unique ID for this request (maximum 100 characters) to avoid duplicate events. More info
Request body
Example request
{
"mailingLists": {
"list_123": true
}
}Response
Successful send.
Example response
{
"success": true
}