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>"
}
]
}Recuperar todas las funciones incluidas en una definición.
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products