What You Need
- The Bit Integrations plugin installed and activated.
- Your form builder plugin installed with at least one form created.
- Your Z360 endpoint credentials — see Z360 Endpoints below.
Z360 Endpoints
Z360 provides two types of endpoints. Both accept flat JSON. Forms (Webhook URL — no auth required):- URL:
https://app.z360.biz/webhooks/forms/z360_{uuid} - Header:
Content-Type: application/json - Field names:
first_name,last_name,email,phone - Found in: Z360 → Forms → select form → Generate Form Links → Webhook section
- URL:
https://app.z360.biz/forms/{id}/api - Headers:
Content-Type: application/jsonandAuthorization: Bearer {your_token} - Field names:
First Name,Last Name,Email,Phone Number - Found in: Z360 → Pipelines → select pipeline → three dots → Generate Link → API / Webhook tab
How It Works
Every Bit Integrations flow has two parts:- Trigger — select your form builder and form (different per plugin).
- Action — configure the outgoing webhook to Z360 (same for all plugins).
Step 1: Select Your Trigger
Open Bit Integrations → Create Integration and select your form builder from the trigger list.Elementor Forms (free)
Elementor Forms (free)
- Select Elementor from the trigger list.
- Choose your Elementor form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry through the form on the live page so Bit Integrations can capture the field data.
- Verify that the captured fields appear (First Name, Last Name, Email, Phone, etc.).
- Click Next.
Contact Form 7 (free)
Contact Form 7 (free)
- Select Contact Form 7 from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
WPForms (free)
WPForms (free)
- Select WPForms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
JetFormBuilder (Pro)
JetFormBuilder (Pro)
- Select JetFormBuilder from the trigger list.
- Choose your form from the dropdown.
- Bit Integrations will generate a webhook URL — copy it.
- In the JetFormBuilder editor, add a Call Webhook post-submit action and paste the Bit Integrations webhook URL.
- Submit a test entry to capture the fields.
- Return to Bit Integrations and verify the captured fields appear.
- Click Next.
Formidable Forms (Pro)
Formidable Forms (Pro)
- Select Formidable Forms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Forminator (Pro)
Forminator (Pro)
- Select Forminator from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Gravity Forms (Pro)
Gravity Forms (Pro)
- Select Gravity Forms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Fluent Forms (Pro)
Fluent Forms (Pro)
- Select Fluent Forms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Ninja Forms (Pro)
Ninja Forms (Pro)
- Select Ninja Forms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Divi (Pro)
Divi (Pro)
- Select Divi from the trigger list.
- Choose your Divi contact form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Everest Forms (Pro)
Everest Forms (Pro)
- Select Everest Forms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Beaver Builder (Pro)
Beaver Builder (Pro)
- Select Beaver Builder from the trigger list.
- Choose your form module from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Brizy (Pro)
Brizy (Pro)
- Select Brizy from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Happyforms (Pro)
Happyforms (Pro)
- Select Happyforms from the trigger list.
- Choose your form from the dropdown.
- Click Fetch to pull in the form fields.
- Submit a test entry to capture the field data.
- Verify the captured fields and click Next.
Other Form Builders
Other Form Builders
Step 2: Configure the Webhook Action
After selecting your trigger and clicking Next, you’ll see the action selection screen. Select Webhook (listed under the actions). The webhook configuration is the same regardless of which form builder you selected in Step 1. Choose the option that matches where you want the lead to go.Connecting to Z360 Forms (Webhook URL)
Connecting to Z360 Forms (Webhook URL)
Connecting to Z360 Pipelines (API Endpoint)
Connecting to Z360 Pipelines (API Endpoint)
z360_your-token-here with the actual token from Z360’s API / Webhook tab.Body: Use field mapping to map specific fields:Supported Form Builders
Bit Integrations supports triggers from the following form builders. The webhook action (Z360 connection) works the same for all of them.Tips
- Test with a real phone number with country code. Z360 validates phone numbers and rejects fake or test numbers.
- Always copy field names and endpoint URLs directly from Z360 — do not type from memory.
- Use Bit Integrations’ built-in Test Webhook button before saving. It confirms the connection works without needing to resubmit the form.
- Each integration has a timeline log — use it to check success or error status after live submissions.
- You can create multiple integrations for the same form — for example, one sending to a Z360 Form and another sending to a Z360 Pipeline.
Frequently Asked Questions
Is Bit Integrations free?
Is Bit Integrations free?
How is this different from Zapier?
How is this different from Zapier?
Can I use this alongside native webhook connections?
Can I use this alongside native webhook connections?
Does the phone number need a country code?
Does the phone number need a country code?
+1 for US).Can I send additional fields beyond the default four?
Can I send additional fields beyond the default four?
My form builder isn't listed. Can I still use Bit Integrations?
My form builder isn't listed. Can I still use Bit Integrations?
do_action hook, and an Incoming Webhook trigger that accepts data from any source. Check the trigger directory for the full list.Troubleshooting
Test Webhook succeeds but no lead appears in Z360
Test Webhook succeeds but no lead appears in Z360
first_name (snake_case) for Forms, First Name (Title Case) for Pipelines.Getting a 422 error on Test Webhook
Getting a 422 error on Test Webhook
Getting a 401 error on Test Webhook
Getting a 401 error on Test Webhook
Bearer z360_your-token-here with a single space after “Bearer”.Trigger doesn't capture any fields
Trigger doesn't capture any fields
Integration timeline shows errors after live submissions
Integration timeline shows errors after live submissions
