APIs
Event API
Events are created once a campaign starts sending. They are associated with a Message
and a Contact
. Events are used to track the status of a message sent to a contact as well as open rates, unsubscribes, etc.
Get Events
ContactId
- optional. Use it to filter events by a specific contact.
start
- date
end
- date
limit
- number - optional, defaults to 10
offset
- number - optional, defaults to 0
events
- string or array, one or multiple of [opened, clicked, replied, bounced, autoresponse]
channels
- number or array, one or multiple of - 1=email 2=linkedin 3=twitter
curl -X GET 'https://api.supersend.io/v1/auto/events?TeamId=xxx&ContactId=xxx&search=<string>' \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json"