curl --request POST \
--url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/requires-object?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"requiresObject": true
}
'This response has no body data.Set whether a custom action definition requires an object.
curl --request POST \
--url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/requires-object?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"requiresObject": true
}
'This response has no body data.Was this page helpful?