Form submits successfully but no lead appears in Z360
Form submits successfully but no lead appears in Z360
Getting a 422 Unprocessable Content error
Getting a 422 Unprocessable Content error
first_name, last_name, email, phone. For Pipelines (API), field names must be Title Case with spaces: First Name, Last Name, Email, Phone Number. Also check that the phone number is real and includes a country code (e.g., +15551234567).Phone numbers are being rejected
Phone numbers are being rejected
+15555555555. If your form or source app sends numbers in formats like (555) 555-5555 or 555-555-5555, you need to reformat them before they reach Z360. For Zapier, add a Formatter step to prepend +1 and strip special characters. For WordPress, consider adding phone format validation to your form fields.WordPress form shows 'There was an error trying to send your message'
WordPress form shows 'There was an error trying to send your message'
Key: Value format — not curl-style syntax like -H \"Content-Type: application/json\". Each header should be on its own line. Also check that the endpoint URL is correct and the Z360 form or pipeline exists.Integration was working but suddenly stopped
Integration was working but suddenly stopped
Zapier test succeeds but no lead appears in Z360
Zapier test succeeds but no lead appears in Z360
Zapier test passes but live Zap does not create leads
Zapier test passes but live Zap does not create leads
Code Snippet is activated but no lead is created
Code Snippet is activated but no lead is created
define('WP_DEBUG', true); and define('WP_DEBUG_LOG', true); to wp-config.php, then check wp-content/debug.log after a test submission.WordPress site shows an error after activating a Code Snippet
WordPress site shows an error after activating a Code Snippet
code-snippets plugin folder via FTP at /wp-content/plugins/code-snippets to disable all snippets. Your site will recover immediately.Bit Integrations Test Webhook fails
Bit Integrations Test Webhook fails
Getting an 'unknown field' or 'Empty payload' error
Getting an 'unknown field' or 'Empty payload' error
JetFormBuilder webhook does not create leads in Z360
JetFormBuilder webhook does not create leads in Z360
first_name, last_name, email, and phone in the JetFormBuilder editor. Any mismatch will cause Z360 to reject or ignore the field. JetFormBuilder does not support Pipelines natively — use Bit Integrations or Custom Code for Pipeline connections.