{
"data": [
{
"type": "workflow_trigger_definition",
"id": "company_added_to_list",
"attributes": {
"name": "company_added_to_list",
"output": {
"entity_type": "company"
},
"filters": {
"list_id": {
"entity_type": "company_list",
"required": true,
"array": false,
"available_options": null
}
},
"options": {
"type": {
"entity_type": "string",
"required": false,
"array": false,
"available_options": [
"list",
"custom_feed"
]
}
}
}
},
{
"type": "workflow_trigger_definition",
"id": "contact_tagged",
"attributes": {
"name": "contact_tagged",
"output": {
"entity_type": "contact"
},
"filters": {
"tag_id": {
"entity_type": "tag",
"required": true,
"array": false,
"available_options": null
}
},
"options": {}
}
}
],
"meta": {
"num_results": 2,
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}