Pular para o conteúdo principal
GET
/
automation
/
v4
/
actions
/
{appId}
/
{definitionId}
/
functions
Recuperar funções para uma determinada 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

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de caminho

appId
integer<int32>
obrigatório
definitionId
string
obrigatório

Resposta

successful operation

results
object[]
obrigatório
Last modified on April 13, 2026