---
title: "IvyForms Integration"
description: "Built-in normalization of IvyForms field objects and enrichment of submission payloads."
url: "https://wpwebhooks.org/docs/ivyforms-integration/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / IvyForms Integration

Feature since v1.6.0

# IvyForms Integration

Built-in normalization of IvyForms field objects and enrichment of submission payloads.

IvyForms Field objects in submission payloads are automatically normalized into plain arrays. Both the ivyforms/form/before\_submission and ivyforms/form/after\_submission hooks are supported with correct payload enrichment out of the box. No custom hook code required — configure a webhook with either IvyForms trigger and the payload is ready to send.

/ Setup

1.  1
    
    **Create a new webhook**
    
    Go to Webhook Actions in the WordPress admin and add a new webhook. Give it a name, e.g. "IvyForms → n8n".
    
2.  2
    
    **Select the trigger**
    
    Set the WordPress action hook to ivyforms/form/after\_submission. This fires once per successful IvyForms submission.
    
3.  3
    
    **Set the webhook URL**
    
    Paste your endpoint URL (e.g. your n8n webhook URL). The plugin will POST form data here on every submission.
    
4.  4
    
    **Save and test**
    
    Submit your IvyForms form. Check the Event Log in the plugin admin to see delivery status and the full payload that was sent.
    

/ Related

[Contact Form 7 Integration](https://wpwebhooks.org/docs/cf7-integration/)[Any Hook as a Trigger](https://wpwebhooks.org/docs/any-hook-integration/)[fswa\_normalize\_object](https://wpwebhooks.org/docs/fswa-normalize-object/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"IvyForms Integration — Feature — Webhook Actions Docs","description":"Built-in normalization of IvyForms field objects and enrichment of submission payloads.","url":"https://wpwebhooks.org/docs/ivyforms-integration/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
