send_transactional

Send one synchronous transactional email. SendGrid is supported; Mailchimp and Klaviyo return explicit TOOL_NOT_SUPPORTED.

Endpoint

POST https://api.vorlek.com/v1/tools/send_transactional

Input

FieldTypeRequiredNotes
providerstringnoAuto-detected when exactly one connection exists.
toemailyesRecipient.
fromemailnoProvider default sender when omitted.
subjectstringyesMax 998 chars.
template_idstringnoMutually exclusive with html/text.
html, textstringnoProvide one or both when not using a template.
variablesobjectnoTemplate variables.

Output

{ "provider": "sendgrid", "message_id": "abc123", "action": "sent" }