Automação
Português (BR)
cURL
curl --request GET \ --url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}?hapikey='
{ "functionSource": "<string>", "functionType": "POST_ACTION_EXECUTION", "id": "<string>" }
O ID do aplicativo.
O ID da definição.
O tipo de função. Pode ser "PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS", "POST_ACTION_EXECUTION".
POST_ACTION_EXECUTION
POST_FETCH_OPTIONS
PRE_ACTION_EXECUTION
PRE_FETCH_OPTIONS
successful operation