Skip to main content

How to add an outgoing webhook

Connect Lumant to your own applications and automate workflows with outgoing webhooks.

Outgoing webhooks allow Lumant to automatically send event data to your own systems whenever selected events occur.

In this guide, we'll show you how to create your first outgoing webhook.

Add an outbound webhook

Activate webhooks

If outgoing webhooks are not already enabled, click Activate.

Add a new endpoint

Click Add Endpoint.

This opens the endpoint configuration window.

Add destination name

Enter a name that helps you identify the endpoint, such as "My CRM Integration".

Add endpoint URL

Enter the HTTPS URL that should receive webhook requests.

For example:

https://example.com/webhooks/lumant

Add description

Optionally, add a short description explaining what the endpoint is used for.

Select your events

Choose which events this endpoint should receive.

For example:

  • booking.scheduled, Sent when a booking has been fully scheduled.

  • contact.created, Sent when a new contact is created.

You can select one or multiple events.

Save your webhook

Click Create to save your endpoint.

Your outgoing webhook is now active and will receive requests whenever the selected events occur.

Authentication

After creating your webhook, a popup will display your signing secret.

This secret is used to verify that webhook requests were sent by Lumant and have not been modified in transit. Keep it somewhere secure, as it is only shown once.

Webhook authentication is optional, so your integration will work without it. However, we strongly recommend verifying webhook signatures to ensure your endpoint only accepts legitimate requests from Lumant.

For step by step instructions, see Authenticating outbound webhooks

Did this answer your question?