curl --request GET \
--url https://app.herondata.io/api/email_templates \
--header 'x-api-key: <api-key>'{
"rules": [
{
"html_body": "<string>",
"name": "<string>",
"cc_address": null,
"heron_id": "<string>",
"reply_to_address": null,
"to_address": null
}
]
}Read all available templates
curl --request GET \
--url https://app.herondata.io/api/email_templates \
--header 'x-api-key: <api-key>'{
"rules": [
{
"html_body": "<string>",
"name": "<string>",
"cc_address": null,
"heron_id": "<string>",
"reply_to_address": null,
"to_address": null
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?