{
"type": "workflow_action_definition",
"id": "add_organization_to_list",
"attributes": {
"name": "add_organization_to_list",
"input": {
"entity_type": "company",
"required": true,
"array": false,
"available_options": null
},
"output": {
"entity_type": "company"
},
"options": {
"list_id": {
"entity_type": "company_list",
"required": true,
"array": false,
"available_options": null
}
}
}
}