Hubapi Automation
Connector for the hubapi-automation API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hubapi.com - Auth:
query:hapikey(pass your key via theapiKeyinput)
Operations
get_automation_v4_actions_appid_getpage— GET /automation/v4/actions/{appId} — Get all custom actionsget_automation_v4_actions_appid_definitionid_get— GET /automation/v4/actions/{appId}/{definitionId} — Get a custom actionget_automation_v4_actions_appid_definitionid_fun— GET /automation/v4/actions/{appId}/{definitionId}/functions — Get all custom action functionsget_automation_v4_actions_appid_definitionid_rev— GET /automation/v4/actions/{appId}/{definitionId}/revisions — Get all revisions for a custom actionpost_automation_v4_actions_callbacks_complete_co— POST /automation/v4/actions/callbacks/complete — Complete a batch of callbackspost_automation_v4_actions_callbacks_callbackid_— POST /automation/v4/actions/callbacks/{callbackId}/complete — Complete a callback
Inputs
apiKey— your hubapi-automation API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_automation_v4_actions_appid_getpage
apiKey: <your key>