Partialy Update Automation
https://api.ocamba.com/v2/ocamba/ebs/automations/{id}
https://api.ocamba.com/v2/ocamba/ebs/automations/{id}
Updates the specific Automation by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique identifier for the object defined as a path parameter.Example: 12345
Name
Descriptionactions[ ebs-action ]
Actions objects.Event system - Action
Name
Descriptionactions[ ebs-action ]
New actions to execute.Example: [ { "id":"1010", "integration_id":"10000", "data":{ "body":{ "user_id":"{{event.user_id}}", "zone_id":"123456" } } } ]
dataobject
Action data.Example: { "body": { "user_id": "{{event.user_id}}", "zone_id": "123345678" } }
filters[ ebs-filter ]
A tool for finding and executing only the event that is matched with filter.Example: [ {"key":"{{event.tag_id}}","match":"in:120,960"} ]
Event system - Filter
Name
Descriptionfilters[ ebs-filter ]
A tool for finding and executing only the event that is matched with filter.Example: [ {"key":"{{event.tag_id}}","match":"in:120,960"} ]
descriptionstring
The detailed Automation description.Example: Push welcome
event[ ebs-event ]
Events objects.Event system - Event
namestring
The Automation name.Example: First automation
statusstring
The Status of Automation.Example: active
204 - No Content