curl --request GET \
--url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions \
--header 'Authorization: Bearer <token>'{
"results": [
{
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}
]
}Recupere todas as funções incluídas em uma definição.
curl --request GET \
--url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions \
--header 'Authorization: Bearer <token>'{
"results": [
{
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}
]
}Supported products