POST /api/comms/send — send a templated email to an existing attendee. Covers first-sends to bulk-imported guests, “I lost my ticket” resends, and retries after transient API-side failures. Permanent recipient failures (bounce, spam, unsubscribe, SendGrid drop) are rejected 422 with a structured reason — sending again won’t help. See the integrator guide for the eligibility rules.
Documentation Index
Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.
Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.
Send a templated email to an existing attendee. Covers first-sends to bulk-imported guests, "I lost my ticket" resends, and retries after transient API-side failures. Permanent recipient failures (bounce / spam / unsubscribe / SendGrid drop) are rejected 422 with a structured reason — sending again won't help.