---
title: Connecting Webforms to Invelo via Webhooks
description: Automatically send or receive lead data between your webform and Invelo in real time.
---

[Skip to content](https://helpdesk.inveloapp.com/connecting-webforms-to-invelo-via-webhooks#main-content)

English

Show submenu for translations

![Invelo square logo-1.png\]](https://helpdesk.inveloapp.com/hs-fs/hubfs/Invelo%20square%20logo-1.png?height=40&name=Invelo%20square%20logo-1.png)

Open main navigation

Close main navigation

- English
  
  Show submenu for translations
- [Visit inveloapp.com](https://inveloapp.com/)

[Visit inveloapp.com](https://inveloapp.com/)

 Advice and answers from the Invelo Team

- There are no suggestions because the search field is empty.

1. [Invelo's Help Desk](https://helpdesk.inveloapp.com/?hsLang=en)
2. [Integrations](https://helpdesk.inveloapp.com/integrations?hsLang=en)
3. [Webhooks](https://helpdesk.inveloapp.com/integrations?hsLang=en#webhooks)

# Connecting Webforms to Invelo via Webhooks

## Automatically send or receive lead data between your webform and Invelo in real time.

Webhooks let you connect Invelo with other tools — like your website forms, CRMs, or automation apps — so data moves instantly between systems without manual uploads.

 

You can:

- Send new leads from your **webform → Invelo**
- Push lead updates or changes from **Invelo → another app**

---

### **Receiving Data from a Webform to Invelo**

If you want to send new leads from your webform into Invelo, follow these steps:

### **Step 1:  Create a Webhook in Your Webform App**

Each webform tool (like Jotform, Typeform, Gravity Forms, or Webflow) has a webhook feature that lets you send data to a custom URL.

- In your webform settings, look for “Webhooks” or “Integrations”.
- Add a new webhook and enter your Invelo Webhook URL (see below).

Example Webhook URL:

`https://api.inveloapp.com/webhooks/lead-intake`

 

This URL will receive all the form submissions and create new leads in your account.

- Paste the Invelo webhook URL above.
- Save or enable the integration.

Each platform labels this slightly differently, for example:

- **Jotform:** Settings → Integrations → Webhook
- **Typeform:** Connect → Webhooks → Add a webhook
- **Webflow:** Form settings → Action → POST → URL

- **Webflow:** Form settings → Action → POST → URL

---

### **Step 2: Match Form Fields to Invelo Lead Fields**

Make sure your form sends the right field names. Common fields include:

| Your Form Field | Invelo Field |
| --- | --- |
| first\_name | first\_name |
| last\_name | last\_name |
| phone | phone |
| email | email |
| property\_address | property\_address |

>  

Use lowercase and underscores to match Invelo’s field names for smoother data transfer.

### **Step 3: Test Your Webhook**

Submit a test form entry and check if the lead appears in your Invelo account under Leads → Imported Leads to verify the data was received.

If you don’t see it right away, verify your webhook settings and field mapping.

- Double-check your webhook URL
- Review your field mappings
- Confirm your form supports POST requests

 

[Learn more about Inbound webhooks in Invelo here](https://helpdesk.inveloapp.com/invelo-webhooks-integration?hsLang=en)

---

### **Sending Data from Invelo to Another App (Outbound Webhooks)**

You can also send lead updates or event datafrom Invelo to your external system (like your CRM, Google Sheet, or automation tool).

[Learn more about Outbound webhooks in Invelo here](https://helpdesk.inveloapp.com/understanding-webhooks-in-invelo-campaigns-and-workflows?hsLang=en)

 

### **Step 1: Set Up an Endpoint**

Prepare your receiving app or automation tool (e.g., Zapier, Make, or a custom API endpoint) to receive POST requests from Invelo.

---

### **Step 2: Add Your Webhook in Invelo**

Go to:  
Settings → Integrations → Webhooks → Add New Webhook

 

Provide the following:

- **Destination URL** (where Invelo will send the data)
- **Event type** (e.g., Lead Created, Lead Updated, Lead Status Changed)

---

### **Step 3: Review the Payload**

Invelo sends data as JSON. A sample payload may look like this:

 

 {  
  "event": "lead.created",  
  "data": {  
    "id": "12345",  
    "first\_name": "John",  
    "last\_name": "Smith",  
    "email": "john@example.com",  
    "status": "New"  
  }  
}

 

Your receiving system can parse this data to update your records, trigger automations, or store it in your database.

---

#### **Troubleshooting**

If your webhook isn’t working:

- Double-check your endpoint URL.
- Ensure the receiving app supports **POST requests** and **JSON payloads**
- Make sure you have the correct permissions in Invelo.
- Use tools like **Webhook.site** or **RequestBin** to test the webhook delivery.
- Check your permissions or webhook logs in Invelo

---

#### **Need Help?**

If you’d like assistance setting up your webhook or mapping fields correctly, reach out to our Support Team via **support@inveloapp.com** or chat with us directly **in-app.**

- [Getting Started](https://helpdesk.inveloapp.com/getting-started?hsLang=en#main-content)
  
  
  
  
  
    - [Welcome Series](https://helpdesk.inveloapp.com/getting-started?hsLang=en#welcome-series)
    - [Onboarding & White Glove Migration](https://helpdesk.inveloapp.com/getting-started?hsLang=en#onboarding-white-glove-migration)
    - [CRM Migration Guides to Invelo](https://helpdesk.inveloapp.com/getting-started?hsLang=en#crm-migration-guides-to-invelo)
- [Autopilot](https://helpdesk.inveloapp.com/autopilot?hsLang=en)
- [List Builder](https://helpdesk.inveloapp.com/list-builder?hsLang=en#main-content)
  
  
  
  
  
    - [List Builder Location Search](https://helpdesk.inveloapp.com/list-builder?hsLang=en#list-builder-location-search)
    - [List Builder Filters](https://helpdesk.inveloapp.com/list-builder?hsLang=en#list-builder-filters)
    - [List Builder Results](https://helpdesk.inveloapp.com/list-builder?hsLang=en#list-builder-results)
    - [List Builder Overview](https://helpdesk.inveloapp.com/list-builder?hsLang=en#list-builder-overview)
    - [List Builder Next Steps](https://helpdesk.inveloapp.com/list-builder?hsLang=en#list-builder-next-steps)
- [Inbox](https://helpdesk.inveloapp.com/inbox?hsLang=en)
- [CRM](https://helpdesk.inveloapp.com/crm?hsLang=en#main-content)
  
  
  
  
  
    - [Prospects](https://helpdesk.inveloapp.com/crm?hsLang=en#prospects)
    - [Leads](https://helpdesk.inveloapp.com/crm?hsLang=en#leads)
    - [Deals](https://helpdesk.inveloapp.com/crm?hsLang=en#deals)
    - [Contacts](https://helpdesk.inveloapp.com/crm?hsLang=en#contacts)
    - [Property & Contact Records](https://helpdesk.inveloapp.com/crm?hsLang=en#property-contact-records)
    - [Importing & Exporting](https://helpdesk.inveloapp.com/crm?hsLang=en#importing-exporting)
    - [Skip Tracing](https://helpdesk.inveloapp.com/crm?hsLang=en#skip-tracing)
    - [Calling](https://helpdesk.inveloapp.com/crm?hsLang=en#calling)
    - [AI Driving for Dollars](https://helpdesk.inveloapp.com/crm?hsLang=en#ai-driving-for-dollars)
    - [Filters](https://helpdesk.inveloapp.com/crm?hsLang=en#filters)
- [Marketing](https://helpdesk.inveloapp.com/marketing?hsLang=en#main-content)
  
  
  
  
  
    - [Campaign Preparation](https://helpdesk.inveloapp.com/marketing?hsLang=en#campaign-preparation)
    - [Create a Campaign](https://helpdesk.inveloapp.com/marketing?hsLang=en#create-a-campaign)
    - [Marketing Templates](https://helpdesk.inveloapp.com/marketing?hsLang=en#marketing-templates)
    - [Create Campaign: Sequences](https://helpdesk.inveloapp.com/marketing?hsLang=en#create-campaign-sequences)
    - [Marketing campaign monitoring](https://helpdesk.inveloapp.com/marketing?hsLang=en#marketing-campaign-monitoring)
    - [Marketing Used Cases](https://helpdesk.inveloapp.com/marketing?hsLang=en#marketing-used-cases)
- [Workflows & Automations](https://helpdesk.inveloapp.com/workflows-automations?hsLang=en#main-content)
  
  
  
  
  
    - [Actions: CRM](https://helpdesk.inveloapp.com/workflows-automations?hsLang=en#actions-crm)
    - [Actions: Outreach](https://helpdesk.inveloapp.com/workflows-automations?hsLang=en#actions-outreach)
- [Analytics](https://helpdesk.inveloapp.com/analytics?hsLang=en#main-content)
  
  
  
  
  
    - [Prospecting Analytics](https://helpdesk.inveloapp.com/analytics?hsLang=en#prospecting-analytics)
    - [Marketing Analytics](https://helpdesk.inveloapp.com/analytics?hsLang=en#marketing-analytics)
    - [Lead Analytics](https://helpdesk.inveloapp.com/analytics?hsLang=en#lead-analytics)
    - [Deal Analytics](https://helpdesk.inveloapp.com/analytics?hsLang=en#deal-analytics)
- [Integrations](https://helpdesk.inveloapp.com/integrations?hsLang=en#main-content)
  
  
  
  
  
    - [smrtPhone](https://helpdesk.inveloapp.com/integrations?hsLang=en#smrtphone)
    - [SMTP Email Service](https://helpdesk.inveloapp.com/integrations?hsLang=en#smtp-email-service)
    - [Webhooks](https://helpdesk.inveloapp.com/integrations?hsLang=en#webhooks)
    - [Mailchimp](https://helpdesk.inveloapp.com/integrations?hsLang=en#mailchimp)
    - [Constant Contact](https://helpdesk.inveloapp.com/integrations?hsLang=en#constant-contact)
    - [Gmail](https://helpdesk.inveloapp.com/integrations?hsLang=en#gmail)
- [System & Settings](https://helpdesk.inveloapp.com/system-settings?hsLang=en#main-content)
  
  
  
  
  
    - [Account Settings](https://helpdesk.inveloapp.com/system-settings?hsLang=en#account-settings)
    - [Billing & Plan](https://helpdesk.inveloapp.com/system-settings?hsLang=en#billing-plan)
    - [Users, Roles & Permissions](https://helpdesk.inveloapp.com/system-settings?hsLang=en#users-roles-permissions)
- [FAQs](https://helpdesk.inveloapp.com/faqs?hsLang=en#main-content)
  
  
  
  
  
    - [About Invelo](https://helpdesk.inveloapp.com/faqs?hsLang=en#about-invelo)
    - [List Builder](https://helpdesk.inveloapp.com/faqs?hsLang=en#list-builder)
    - [Lists](https://helpdesk.inveloapp.com/faqs?hsLang=en#lists)
    - [Filters](https://helpdesk.inveloapp.com/faqs?hsLang=en#filters)
    - [Records](https://helpdesk.inveloapp.com/faqs?hsLang=en#records)
    - [Skip Tracing](https://helpdesk.inveloapp.com/faqs?hsLang=en#skip-tracing)
    - [Marketing](https://helpdesk.inveloapp.com/faqs?hsLang=en#marketing)
    - [Account and Access](https://helpdesk.inveloapp.com/faqs?hsLang=en#account-and-access)
    - [Imports and Exports](https://helpdesk.inveloapp.com/faqs?hsLang=en#imports-and-exports)
- [Education](https://helpdesk.inveloapp.com/education?hsLang=en#main-content)
  
  
  
  
  
    - [Masterclasses](https://helpdesk.inveloapp.com/education?hsLang=en#masterclasses)
    - [Webinars](https://helpdesk.inveloapp.com/education?hsLang=en#webinars)
- [Overview](https://helpdesk.inveloapp.com/overview?hsLang=en)

[![Chill listening crop-3](https://helpdesk.inveloapp.com/hs-fs/hubfs/invelo_logo-color-4.png?width=93&height=24&name=invelo_logo-color-4.png "Chill listening crop-3")](https://a.inveloapp.com)

Your Guide to Smarter, Faster Real Estate Success.

Copyright © 2026, Invelo