curl --request GET \
--url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}?hapikey='{
"functionSource": "<string>",
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}Recuperar una función específica de una definición dada.
curl --request GET \
--url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}?hapikey='{
"functionSource": "<string>",
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}POST_ACTION_EXECUTION, POST_FETCH_OPTIONS, PRE_ACTION_EXECUTION, PRE_FETCH_OPTIONS successful operation
El código fuente o script que define el comportamiento de la función.
El tipo de función, con lo siguientes valores aceptados: POST_ACTION_EXECUTION, POST_FETCH_OPTIONS, PRE_ACTION_EXECUTION, PRE_FETCH_OPTIONS.
POST_ACTION_EXECUTION, POST_FETCH_OPTIONS, PRE_ACTION_EXECUTION, PRE_FETCH_OPTIONS El identificador único de la función de la acción.