Recent searches
No recent searches
Automations Definitions Api
Answered
Posted Aug 21, 2022
Just like there is an API to get trigger definitions is there an API to get automation definitions.
0
3
Recent searches
No recent searches
Posted Aug 21, 2022
Just like there is an API to get trigger definitions is there an API to get automation definitions.
0
3 comments
Serge BERTAINA DUBOIS
Hi Praveen,
look on this side:
https://developer.zendesk.com/api-reference/ticketing/business-rules/automations/
regards
Serge.
0
praveen kumar
Hey Serge,
I'm looking for something like this https://developer.zendesk.com/api-reference/ticketing/business-rules/triggers/#list-trigger-action-and-condition-definitions but for automations.
0
Serge BERTAINA DUBOIS
Hi Praveen,
Indeed, there is no API dedicated to automation actions.
A simple list of "Automations" (https://developer.zendesk.com/api-reference/ticketing/business-rules/automations/#list-automations) will allow you to find the actions.
Look at the json format of the automations:
https://developer.zendesk.com/api-reference/ticketing/business-rules/automations/#json-format
the "actions" element contains all of this.
friendships,
Serge.
0