• Hi,

    I couldn’t find anything about webhooks capabilities in the documentation or FAQ, so looking here for validation. Is there any webhooks functionality in CF7?

    My use case is loading form submissions to our CRM in Airtable. We’re using webhooks with Zapier and Make for other integrations, so this would be an easy path.

    Rgds,

    Björn

Viewing 3 replies - 1 through 3 (of 3 total)
  • CF7 doesn’t really work like a webhook-first form tool out of the box.

    For Airtable/Zapier/Make, I’d usually handle this after a successful form submit: collect the posted fields, format the payload, then send it to the webhook URL.

    The important bit is not just “send data,” but making sure failed webhook calls are logged somewhere so leads don’t silently disappear.

    Thread Starter 0800grizzly

    (@0800grizzly)

    Thanks @zafark for your answer. But, how would you do that?

    Rgds,

    Björn

    I would do it via the Code Snippet plugin that captures CF7 form submissions and forward that to the webhook URL. It needs a bit of technical understanding to implement.

    You can find list of CF7 events here:

    https://contactform7.com/dom-events/

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.