Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3001/api/admin/content/templates/test \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": "<string>", "templateId": "<string>", "userProperties": {}, "tags": {} } '
{ "value": { "variant": { "provider": {}, "to": "<string>", "from": "<string>", "subject": "<string>", "body": "<string>", "headers": {}, "attachments": [ { "mimeType": "<string>", "name": "<string>" } ], "replyTo": "<string>", "cc": "<string>", "bcc": "<string>", "name": "<string>", "attachmentUserProperties": [ "<string>" ] } } }
Send a test message for a message template.
Show child attributes
Email
SendGrid
Default Response
Ok