Webhooks
Search…
Events
Any endpoints will subscribe to all the following events for now.
subscriber.created
subscriber.deleted
subscriber.unsubscribed
subscriber.updated
Signature
Makes sure to copy your webhook svix signature by clicking on the copy icon next to your endpoint like below.
In order to verify incoming webhooks you will need to do the following.
How to Verify Webhooks with the Svix Libraries | Svix Docs
Payload
{ "address": string, "audienceId": string, "city": string, "company": string, "country": string, "createdAt": date, "createdDay": date, "data": string, "email": string, "firstName": string, "id": string, "instagram": string, "isGDPR": boolean, "isVerified": boolean, "lastName": string, "list": { "webhook": { "svixId": string } }, "listId": string, "name": string, "phoneNumber": string, "points": number, "position": number, "referrals": number, "referredById": string, "shortId": string, "trackingId": string, "twitter": string, "updatedAt": date, "verifyToken": string, "website": string }