Install & configure
Install the plugin, enable it per form, and set Endpoint + Token to deliver payloads to Invox Inbox.
- Install and activate the plugin in WordPress.
- Open Contact Form 7 → edit your form → tab “Invox”.
- Enable integration, set your Invox endpoint and Bearer token.
- Adjust JSON mapping (mail-tags + auto:page_title, auto:product_sku).
Important:
The sample JSON uses generic tags like [name], [email], [tel]. Replace them with the exact mail-tags shown in your form (e.g., [nombre-464], [email-845], [tel-557]), otherwise identity fields will be empty.
{
"core": {
"name": "[name]",
"email": "[email]",
"phone": "[tel]"
},
"interest": {
"type": "fixed:service",
"code": "fixed:contact",
"label": "auto:page_title"
},
"fields": {
"message": "[message]",
"product_sku": "auto:product_sku"
}
}