Webhooks

Deformity's webhook feature allows you to instantly send data to other apps or websites when a Deformity conversation is submitted.

This real-time update system lets you create automatic workflows, so you can quickly act on new conversations.

Deformity's Free Webhooks Integration

Webhooks are free for all! Connect Deformity conversations to your favorite apps instantly. Automate your workflow without spending a cent. Ready to supercharge your productivity?



How it works

Deformity webhooks send data to you automatically when a conversation ends. Here's how it works:

  1. A user completes a Deformity conversation
  2. Deformity immediately sends the conversation data to a URL you choose
  3. The data is in JSON format and sent as a POST request

This lets you receive and process new conversation data instantly, without manual work.

Add a webhook

Here are the steps to set up a webhook:

  1. Make sure your form is published
  2. Go to integrations within Settings
  3. Click connect to Webhooks
  4. Add your endpoint URL and save endpoint

Setting Up Your Webhook Endpoint

Your endpoint URL should be an HTTP or HTTPS address capable of:

  • Accepting POST requests
  • Processing JSON payloads
  • Responding with a 2XX status code
  • Completing all operations within 10 seconds

Ensure your endpoint meets these criteria for seamless webhook integration.