Connect Asset Management logo
HomeNeighbourhoodsMapBlogBrokerage

Connect Asset Management

Red Bricks is your destination for pre-construction condos, townhouses, and homes. Access platinum listings, launching soon projects, and more.

Discover

  • Home
  • Neighbourhoods
  • Map
  • Blog
  • Developers
  • Cities

Company

  • About Us
  • Our Team
  • Contact

Get in Touch

Have questions about a project? We're here to help.

Send a Message →
Royal LePage Signature Connect.ca Realty logo

Ryan Coyle

Broker of Record

Royal LePage Signature Connect.ca Realty

495 Wellington Street West Suite 100

Phone: 416-800-9272

Listing data is provided under license from the Toronto Regional Real Estate Board (TRREB). TRREB assumes no responsibility for the accuracy of the information contained herein. Data is updated periodically and may not reflect the most current market activity. Not intended to solicit buyers or sellers currently under contract. MLS®, REALTOR®, and the associated logos are certification marks owned by the Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA.

© 2026 Connect Asset Management. All rights reserved.

Data powered by

Privacy PolicyTerms of Service
Home/Help Center/Integrations & Settings/Webhook Configuration
settingsintegrations

Webhook Configuration

How to set up outgoing webhooks for external system notifications.

Last updatedMarch 22, 2026

On this page

  • Webhook Configuration
  • What are webhooks?
  • Supported events
  • Setting up a webhook
  • Webhook payload
  • Testing webhooks

Webhook Configuration

Webhooks allow your site to notify external systems when events occur, enabling custom integrations.

What are webhooks?

A webhook is an HTTP request sent from your site to an external URL when a specific event happens. For example, when a new lead submits a form, a webhook can notify your Slack channel or push data to a Google Sheet.

Supported events

  • New contact — Fired when a new CRM contact is created
  • Form submission — Fired when any contact form is submitted
  • Appointment booked — Fired when a client books a meeting
  • Pipeline stage change — Fired when a deal moves stages
  • Action request — Fired when a portfolio client requests an action

Setting up a webhook

  1. Go to Admin > Settings > Webhooks
  2. Click Add Webhook
  3. Enter the destination URL
  4. Select which events should trigger the webhook
  5. Click Save

The system sends a POST request with a JSON payload containing the event data.

Use webhooks with Zapier or Make (formerly Integromat) to connect your site to hundreds of other apps without writing code. For example, create a Zap that adds new leads to a Google Sheet and sends you a Slack notification.

Webhook payload

Each webhook includes:

  • Event type
  • Timestamp
  • Full event data (contact info, form data, etc.)
  • A signature header for verification

Testing webhooks

Use a tool like webhook.site to create a temporary URL and test your webhook configuration. Submit a test form and verify the payload arrives correctly.

Was this article helpful?

Related Articles

Enabling MLS on Your Site

How to activate the MLS/IDX feature toggle and connect resale data.

MLS/IDX Integration

MLS Data Sync and Freshness

How the cron sync works and how often MLS data is updated.

MLS/IDX Integration

API Keys Management

How to manage third-party API keys for integrations.

Integrations & Settings

Back to Integrations & Settings