WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / Theme Options & Global Settings / Webhook URL settings explained

Webhook URL settings explained

104 views 0

The Theme Options → Webhook URL section allows WPResidence to send contact form submissions to an external system such as a CRM, Zapier, Make, or a custom API endpoint.

When enabled, each supported form will send a JSON payload to the webhook URL you provide.

Webhook URL

  • Field: Webhook URL
  • What to enter: the full endpoint that will receive the request, for example:
    • https://example.com/webhook
  • Requests are sent as JSON with Content-Type: application/json

Why you see multiple Yes/No switches

Each Yes/No option controls a different form source. Data is only sent when that specific switch is set to Yes.

In the current UI, some options appear with the same label (for example, Property Agent Form) but they are different form sources internally.

Form switches and what they control

  • Property Agent Form
    Sends submissions from the general contact flow.
  • Property Agent Form
    Sends submissions from the property page contact form.
  • Property Schedule Tour Form
    Sends schedule tour submissions.
  • Property Agent Form
    Sends submissions from the agent profile contact form.
  • Property Agency Form
    Sends submissions from the agency profile contact form.
  • Property Developer Form
    Sends submissions from the developer profile contact form.

Note: Repeated labels in the interface are expected. Use the mapping above to understand which form is being controlled.

What data is sent

The webhook payload includes the fields submitted by the user, plus helpful context about where the submission happened.

Typical keys include:

  • name
  • email
  • phone
  • subject
  • message
  • permalink
  • schedule_hour
  • schedule_day
  • schedule_mode

Empty values are removed before sending.

How to enable and test

  1. Go to Theme Options → Webhook URL.
  2. Add your webhook endpoint in Webhook URL.
  3. Set Yes for the form(s) you want to send.
  4. Save the Theme Options.
  5. Submit a test message on the front end using the same form.
  6. Check your webhook receiver logs (Zapier, Make, CRM, or your server logs) to confirm the request arrived.

Troubleshooting

  • Nothing is received
    • Confirm the switch for that exact form is set to Yes.
    • Confirm you saved Theme Options after changing the setting.
    • Confirm the webhook URL is reachable over HTTPS from your server.
    • Temporarily disable security or firewall rules that may block outgoing requests.
  • Webhook receives requests, but data is missing
    • Only fields present in the form and filled by the user are sent.
    • Empty fields are removed from the payload.
  • Receiver shows a 400/401/403 error
    • Your endpoint may require authentication or specific headers.
    • Use an endpoint that accepts anonymous requests or implement a receiver that validates requests.

Security note

A webhook sends data to whatever URL you enter. Make sure the URL is trusted and owned by you or your client.

Theme Options & Global Settings

Related Articles

  • How to Control Similar Blog Posts
  • ACF – Advanced Custom Fields – Integration with WPResidence
  • Theme Options – Roles (Editor) Permissions Controls
  • Theme Options -> Agent Card Settings

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 38Elementor Shortcodes Built-In
  • 56FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 22Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language Third Party Plugins
  • 6Other Third party Plugins
  • 19Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 36Property Pages & Layouts
  • 31Search & Filtering
  • 163Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 6Translations & Languages
  • 16WPBakery Shortcodes
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 8WPResidence Elementor Studio
  • 50WPResidence Translate Plugin

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API