Learn how to create, retrieve, and delete webhooks using the SendLayer API
<apiKey>
with your actual SendLayer API key in the request header.Event | Description |
---|---|
delivery | Email successfully delivered to recipient’s inbox |
open | Recipient opened the email |
click | Recipient clicked a link in the email |
bounce | Email failed to deliver and bounced back |
unsubscribe | Recipient unsubscribed from emails |
complaint | Recipient marked email as spam |
How many webhooks can I create?
What happens if my webhook endpoint is down?
LastResponseCode
and LastResponseTryCounter
fields to monitor delivery status.Can I update an existing webhook?
How do I test my webhook endpoint?
What should I do if webhooks stop working?
LastResponseCode
field for error details.