Read all available templates
curl --request GET \
--url https://app.herondata.io/api/email_templates \
--header 'x-api-key: <api-key>'
{
"rules": [
{
"cc_address": null,
"heron_id": "<string>",
"html_body": "<string>",
"name": "<string>",
"reply_to_address": null,
"to_address": null
}
]
}
OK
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://app.herondata.io/api/email_templates \
--header 'x-api-key: <api-key>'
{
"rules": [
{
"cc_address": null,
"heron_id": "<string>",
"html_body": "<string>",
"name": "<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": [
{
"cc_address": null,
"heron_id": "<string>",
"html_body": "<string>",
"name": "<string>",
"reply_to_address": null,
"to_address": null
}
]
}
OK
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://app.herondata.io/api/email_templates \
--header 'x-api-key: <api-key>'
{
"rules": [
{
"cc_address": null,
"heron_id": "<string>",
"html_body": "<string>",
"name": "<string>",
"reply_to_address": null,
"to_address": null
}
]
}