About Webhook trigger
CORE NODE
|
LIVE
Every workflow needs at least one trigger. Webhook trigger is the most versatile form to start your workflow from anywhere on the internet!
It comes with multiple levels of security depending on your need
- None: Quick and easy setup with an open access; perfect for the public-facing utilities.
- Basic Auth: A basic way to keep your things private with a user defined username and password.
- JWT Token: Enterprise grade security best suited for enterprises.
This means you can start your workflow exactly when you need to, using any app you like, and stay safe at the same time!
It comes with multiple levels of security depending on your need
- None: Quick and easy setup with an open access; perfect for the public-facing utilities.
- Basic Auth: A basic way to keep your things private with a user defined username and password.
- JWT Token: Enterprise grade security best suited for enterprises.
This means you can start your workflow exactly when you need to, using any app you like, and stay safe at the same time!
Free 10k credits/mo
Webhook trigger node
Verified
This node is build and supported by Decimal
Settings
This node is highly versatile and powerful. It can monitor and respond to specific Web2 events, or be triggered by other workflows; giving you flexible control over when and how your automations run.
Security
Choose your desired security level from
any of the following options
1. None
2. Basic Auth
3. JWT Bearer Token
1. None
2. Basic Auth
3. JWT Bearer Token
Create Webhook Link
Clicking the button generates a unique Webhook URL specific to that node instance.
You can regenerate a new URL at any time if you believe the current one may have been exposed or compromised.
You can regenerate a new URL at any time if you believe the current one may have been exposed or compromised.
Trigger
Copy-paste the given Webhook link into any tool, browser, or service that supports sending web requests (like Zapier, Make, Postman, or even a browser address bar).
Each time it's called, your workflow will run automatically.
Each time it's called, your workflow will run automatically.
FAQ about Webhook trigger
1. Where can I use Webhook trigger?
Webhooks let you monitor and respond to any Web2 event. You can use them to trigger an autonomous Web3 workflow from any external tool or service.
They also enable a modular, reusable architecture—where one workflow can trigger another workflow.
Over time, this becomes a foundational layer for turning deterministic workflows into reusable tools or “skills” that can even be called by any AI agents.
They also enable a modular, reusable architecture—where one workflow can trigger another workflow.
Over time, this becomes a foundational layer for turning deterministic workflows into reusable tools or “skills” that can even be called by any AI agents.
2. How secure is to call these webhooks?
Webhooks open your workflows to the entire Web2 ecosystem—but with that flexibility comes its own risks.
You can design the security model that fits your needs. Create a public workflow that anyone can trigger, or restrict access so only trusted sources can activate it using Basic Auth or JWT tokens for enterprise-grade protection.
You can design the security model that fits your needs. Create a public workflow that anyone can trigger, or restrict access so only trusted sources can activate it using Basic Auth or JWT tokens for enterprise-grade protection.
3. What is nonce in my Webhook Link?
Nonce is an added layer of protection embedded in the URL to prevent accidental duplicate trigger or any DDOS attacks.
It gets reset every 2 secs. So any duplicate attempt made within 2 secs will be auto-declined.
It gets reset every 2 secs. So any duplicate attempt made within 2 secs will be auto-declined.