0️⃣ What is a Webhook?
Webhooks are a simple way to notify external services when someone books a Meeting. A webhook is a notification sent over the web, which is triggered automatically whenever a specific event occurs.
<aside>
💡 Something you should know
If you have a paid Lineup subscription, you can create as many webhooks as you want.
</aside>
1️⃣ Creating Your First Webhook
Step 1: Adding a webhook
You can create webhooks for your Meeting Types and Profiling Forms.
- On your Profiling Forms or Meeting Types page, head over to the Webhooks tab and click Add one. You can also click on the plus symbol (+) located on the upper left side menu.
Step 2: Setting it up
- Toggle your Webhook On or Off.
- At Name, enter a name for this webhook.
- At Endpoint, paste the URL that HTTP POST requests will be made to.
- A Secret, set up a code so that you’ll be able to make sure that the HTTP POST requests you receive at your Endpoint are coming from Lineup.
- At Description, add a short description that explains what this webhook is meant to do. This is for internal use only and won’t be visible to your invitees.
- Select the Meeting Types you want to use this webhook for. Notifications will be sent out when Meetings are booked for the selected Meeting Types.
<aside>
💡 Make sure to complete all the required fields: Name, Endpoint, Secret.
</aside>