curl --request GET \
--url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions?hapikey='{
"results": [
{
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}
]
}Retrieve all functions included in a definition.
curl --request GET \
--url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions?hapikey='{
"results": [
{
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}
]
}Was this page helpful?