← Tools Reference

Webvizio

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

API key2 toolshttps://app.webvizio.com/api/v1
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.