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