Emails::Topic
Create Email Topic
Create a new email topic for a workspace
post/workspaces/{workspace_id}/emails/topics
Path parameters
workspace_idinteger required
Request body
Example request
{
"emails_topic": {
"emails_topic": {
"name": "Product Updates",
"description": "Updates about our products"
}
}
}Response
Created
Example response
{
"id": 1,
"public_id": "StUvWx",
"workspace_id": 42000,
"name": "Product Updates",
"description": "Updates about our products",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}