How to Trigger a Webhook in Make.com
If you’re looking to trigger a webhook in Make.com, you’re in the right place. This guide will walk you through the full setup, explain what’s happening behind the scenes, and show you how to leverage webhooks for powerful automations.
Step 1: Create a New Scenario
Begin by heading to Make.com and clicking on "Create a New Scenario." This is where your automation journey starts.
Step 2: Set Up a Custom Webhook Trigger
In the module search bar, type "webhooks" and select "Custom Webhook." This module will act as your trigger, meaning whenever the webhook is called, your scenario will start running.
Step 3: Naming Your Webhook
Click "Add" and give your webhook a memorable name, such as "New Lead" or "Form Submission." After saving, Make will instantly generate a unique webhook URL. This URL is crucial as it’s the destination for data from any app, form, or service that supports webhooks.
Step 4: Sending a Test Request
Before proceeding, it’s essential to send a test request to the generated URL. This allows Make to capture a sample and understand the data structure. You can use:
- A form builder like Typeform or Tally
- A no-code platform like Bubble
- Tools like Postman or websites designed for webhook testing, such as Webhook.site
Step 5: Mapping Fields
Once Make receives the webhook data, it will display the content so you can map fields in the subsequent steps. This is a critical step in connecting the webhook trigger to the rest of your automation.
Step 6: Adding Additional Actions
For instance, after receiving the webhook, you might add a Google Sheets module to log the data, or send a confirmation email using Gmail or Outlook. You can also post information to platforms such as Slack, Notion, or Airtable. Additionally, you can filter the data before taking action.
Step 7: Implementing Conditions and Routers
You can create routers and conditions to manage multiple branches in your automation, allowing you to execute different actions based on the webhook’s content.
Step 8: Testing Your Setup
After setting up your scenario, click "Run Once" to test the full flow. If everything appears to be functioning correctly, hit "Activate" on your scenario.
Conclusion
Webhooks are incredibly powerful tools enabling you to trigger Make.com scenarios from almost any external app in real-time. If you found this guide helpful, please give it a like, drop your questions in the comments, and subscribe for more no-code automation tutorials!

