Send email via API
Integrate other systems by sending email via the Feedback Analytics API (form link or template). You need an API connection (see Set up API connection).
What you will see
API endpoints trigger email with parameters for recipient, template, and variables.
You need an API key from API Connection or Settings. See Set up API connection.
Exact endpoints and parameters are in API docs or the developer section.
How to set it up
1. Set up API connection and store your API key securely.
2. Read API docs for the send-email endpoint (e.g. POST with template_id, recipient, variables).
3. Call the endpoint from your system (backend, Zapier, etc.) with the key in header or parameter.
4. Confirm delivery via response, Mail Approval queue, or flow statistics if applicable.
Tips
Never expose API keys in frontend code or public repositories.
Respect plan rate limits (see Understand limits).
Common issues
401 Unauthorized: verify API key is correct and not revoked.
Email not received: check recipient, template, Mail Approval, and limits.
FAQ
Next step
Get started with a free account or view Pro.