Hubapi Webhooks
Connector for the hubapi-webhooks 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_webhooks_v3_appid_settings_getall— GET /webhooks/v3/{appId}/settingsget_webhooks_v3_appid_subscriptions_getall— GET /webhooks/v3/{appId}/subscriptionsget_webhooks_v3_appid_subscriptions_subscription— GET /webhooks/v3/{appId}/subscriptions/{subscriptionId}put_webhooks_v3_appid_settings_configure— PUT /webhooks/v3/{appId}/settingsdelete_webhooks_v3_appid_settings_clear— DELETE /webhooks/v3/{appId}/settingspost_webhooks_v3_appid_subscriptions_create— POST /webhooks/v3/{appId}/subscriptions
Inputs
apiKey— your hubapi-webhooks 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_webhooks_v3_appid_settings_getall
apiKey: <your key>