Welcome
Core Concepts
The Trigger object
The schema is of type object
.
Copy
{
"id": "<string>",
"name": "<string>",
"trigger": "<string>",
"steps": [
{
"type": "email",
"custom_step_id": "<string>",
"email_template_id": "<string>"
}
],
"status": "draft",
"filter": "<string>",
"email_address": "<string>",
"phone_number": "<string>",
"attributed_revenue": 123
}
Assistant
Responses are generated using AI and may contain mistakes.