1
Create your Account
Sign up on the Notifyflow Dashboard to create a tenant profile. Your new profile automatically initializes with a unique public API key.
2
Configure your Resend API Key
Navigate to the Providers section in the sidebar. Click Configure under Email Delivery, select Resend, and paste your Resend API Key.
Resend provides free API keys on registration. Ensure you configure a valid
fromEmail matching your verified domain to send to any recipient address.3
Create a Template
Navigate to the Template Manager in the sidebar. Click New Template and create a template with the following details:
- Name:
welcome_onboarding - Channel:
EMAIL - Email Subject:
Welcome {{ name }} to Acme Corp! - Message Body:
Hi {{ name }}, we are thrilled to welcome you to the team. Let us know if you need anything!
4
Dispatch via cURL
Use the cURL snippet below to trigger a post request, replacing
nf_live_xxxxxxxxxxxx with your public API key (available in Settings):5
Inspect in the Dashboard
Head back to the Overview dashboard page. You will see the counter increment, and the notification logs list will display the new row matching your request. Tap the log card to view delivery attempts.
Ingestion Response
A successful submission yields an HTTP202 Accepted response acknowledging the pipeline has ingested the request: