Lead Webhooks

Lead Webhooks

Lead Webhooks Integration

The Lead Webhooks integration allows you to share lead data with a specified URL whenever a new lead is added to Aro. This can be used with platforms like Zapier, which automates data sharing between different applications.

Info
The Lead Webhooks integration is a paid add-on. For pricing, please contact us.

Sample Data

Here’s an example of the data sent by the webhook when a lead is added via a listing enquiry form:

{ "lead_id": 398, "lead_url": "https://admin.arosoftware.com/leads/view/404/lead_details", "created_utc": "2024-08-27T23:40:08+00:00", "created": "Wed 28/08/2024 09:40 AM", "title": "Website Property Enquiry", "firstName1": "John", "lastName1": "Doe", "email": "john@test.com.au", "assigned_to": "Jane Doe", "assignee_url": "https://admin.arosoftware.com/setup/members/view/19/details", "source": "Our Website", "source_parent": "Internet", "source_path": "Internet/Our Website", "data_source": "CMS Website", "listing_id": 123, "listing_origin_id": "456", "listing_url": "https://admin.arosoftware.com/listing/details/123/listing_details", "listing_address": "10 30-32 Ramilles Street Mount Coolum, QLD 4573 AU", "listing_streetnum": "30-32", "listing_street": "Ramilles Street", "listing_suburb": "Mount Coolum", "listing_state": "QLD", "listing_postcode": "4573", "listing_country": "Australia", "listing_country_iso": "AU", "form_website_url": "https://yourdomain.com.au", "form_website_id": 1, "form_id": "listingenquiry", "form_name": "Listing Enquiry", "form_field_cmsWebsiteId": 1, "form_field_title1": "Mr", "form_field_listingId": 123, "form_field_firstName1": "John", "form_field_lastName1": "Doe", "form_field_email": "john@test.com.au", "form_field_message": "The enquiry message", "form_field_sourceUrl": "https://yourdomain.com.au/property/123" }

This webhook sends key lead details such as:

  • Lead ID and URL
  • Lead creation timestamp
  • Lead information (name, email, etc.)
  • Listing information (address, ID, etc.)
  • Form and source details