Automation
English
cURL
curl --request GET \ --url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions
{ "results": [ { "functionType": "PRE_ACTION_EXECUTION", "id": "<string>" } ] }
Retrieve all functions included in a definition.
The ID of the definition.
The ID of the app.
successful operation
The response is of type object.
object
Was this page helpful?