CampaignNodeCatalogEntry
A step type that can be added to a sequence. Pass `id` as `type` in Add Node.
Properties
idstringCatalog id — pass this as `type` when adding a node
node_typestringThe type this persists as
labelstringdescriptionstringcategorystring"automatic""manual"default_configobjectConfig applied when the node is created
fieldsarray ofThe config fields surfaced in the builder. Fields marked required are enforced when adding or updating a node.
keystringlabelstringtypestringrequiredbooleanoptionsarray ofobject
Example
CampaignNodeCatalogEntry example
{
"id": "manual_email",
"node_type": "send",
"label": "Manual Email",
"description": "string",
"category": "automatic",
"default_config": {},
"fields": [
{
"key": "string",
"label": "string",
"type": "string",
"required": false,
"options": [
{}
]
}
]
}