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_transactionalInput
| Field | Type | Required | Notes |
|---|---|---|---|
provider | string | no | Auto-detected when exactly one connection exists. |
to | yes | Recipient. | |
from | no | Provider default sender when omitted. | |
subject | string | yes | Max 998 chars. |
template_id | string | no | Mutually exclusive with html/text. |
html, text | string | no | Provide one or both when not using a template. |
variables | object | no | Template variables. |
Output
{ "provider": "sendgrid", "message_id": "abc123", "action": "sent" }