Sources: Streaming
Resend (Streaming)
Resend is an email API platform designed for developers and startups, offering solutions for sending and managing emails without the need to set up an SMTP server. The service is marketed for its ease of use, speed of implementation, and developer-friendly approach.
Connecting Resend
To integrate Resend into your ProxyHook account follow these steps:
- Create a new source within ProxyHook and select 'Resend'. Grab the unique endpoint provided.
- Log into your Resend account (https://resend.com) and select Webhooks.
- Specify the endpoint from step 1 within the 'URL' section. Check any type of notifications you'd like to receive.
Sample Payloads
New Contact Added
{
"created_at": "2024-08-16T22:07:33.170Z",
"data": {
"audience_id": "61caf663-7ccc-4e1c-935f-a4854693d33f",
"created_at": "2024-08-16T22:07:33.163Z",
"email": "[email protected]",
"first_name": null,
"id": "0d779ab1-79c6-4d29-a88f-43f03f6804e7",
"last_name": null,
"unsubscribed": false,
"updated_at": "2024-08-16T22:07:33.163Z"
},
"type": "contact.created"
}