← All integrations

Webvizio

Webvizio integration (Productivity, Developer Tools). Imported from open-connector.

API key2 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

POST
webvizio_create_rest_hook_subscription
Subscribe a callback URL to one Webvizio REST Hook event so Webvizio can send outbound event notifications to your service.

/webhook

2 parameters
ParamTypeRequiredDescription
urlstringrequiredThe callback URL that Webvizio should call when the event fires.
eventstringrequiredThe Webvizio event type to subscribe to.
DELETE
webvizio_delete_rest_hook_subscription
Unsubscribe one Webvizio REST Hook event subscription by its Webvizio webhook ID.

/webhook/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Webvizio webhook subscription ID.
Request private-beta access