Skip to main content
Outbound webhook delivery is not shipped yet. You can store a webhook URL on a project via the API, but Insito does not currently POST responses to it — only the Slack integration delivers response notifications today. HMAC signing, retries, and event types described as “planned” below are not yet implemented. If you need outbound webhooks, let us know so we can prioritise.

Storing a webhook endpoint

The project integrations API accepts a webhook row containing a URL:
List and remove it via GET /v1/dashboard/projects/:projectId/integrations and DELETE /v1/dashboard/projects/:projectId/integrations/webhook.

Planned payload

When delivery ships, each completed response will trigger a POST to your URL with a payload along these lines:
Signature verification, retry semantics, and delivery history will be documented here once the feature is available. Until then, use the Slack integration or poll the responses API.