List built-in starting templates
Not team-scoped—the same for every team. Filter by purpose. System templates are starters and must be duplicated into a team-owned template before transactional sending.
Not team-scoped—the same for every team. Filter by purpose. System templates are starters and must be duplicated into a team-owned template before transactional sending.
In: header
Query Parameters
Immutable sending purpose. Marketing templates require a final managed footer; transactional templates are footer-free and are valid for POST /emails.
"marketing" | "transactional"Response Body
application/json
curl -X GET "https://api.sendlit.dev/system-templates"{
"items": [
{
"templateId": "string",
"title": "string",
"description": "string",
"purpose": "marketing",
"content": {
"style": {
"property1": null,
"property2": null
},
"meta": {
"property1": null,
"property2": null
},
"content": [
{
"property1": null,
"property2": null
}
]
},
"requiredVariables": [
"string"
],
"variableDefinitions": [
{
"path": "string",
"description": "string",
"examples": null
}
]
}
]
}Release an active suppression POST
A workspace owner may release hard_bounce, repeated_soft_bounce, and manual suppressions only. Complaint suppressions cannot be released through this endpoint (409 suppression_not_releasable) — see the PRD's reactivation policy.
List the teams the current user belongs to GET
Next Page