Send
Send a message
Enqueue a message for delivery. Provide either template (send a
stored template) or content (inline raw content) — never both.
Returns 202 immediately; the message is dispatched asynchronously.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.senderkit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with an sk_live_ or sk_test_ prefix.
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
Template slug to send.
Recipient (email address, phone number, or device token).
Optional explicit version pin. Defaults to the latest version in test mode and the current published version in live mode.
Required range:
x >= 1Available options:
email, sms, push Variables interpolated into the template.
Caller-supplied tags/IDs. Values must be string, number, or boolean.