Webhook
Route messages directly to your server
Summary
The Webhook
component creates a service that routes messages to your own server. Each message emitted from an EVM Lambda
or Patch
through a Schema
you've connected to a Webhook
instance will be routed to your server and delivered in realtime.
Inputs
-
Path: The path to your server (must be
https
enabled). -
SecretA string that will be used to verify the authenticity of messages received on your server. (must be a
base64
string prefixed bywhsec_
). -
Fields: The list of fields from the
Schema
node connected to thisWebhook
node to propagate in the messages that will be sent to your server. -
Rate limit The maximum number of messages that are allowed to be sent in 1 second to your server. Messages throttled by this limit will be queued and sent when possible.
Interactions
Using the three-dot menu, you can delete or duplicate a Webhook
component.
Using the toggle, a Webhook
can be disabled/enabled.
Once set, you can send a test message to your server.
Allowed edges
Incoming
Schema
: aWebhook
can have an incoming connection from aSchema
. Once connected and active, each message of thatSchema
emitted from aEVM Lambda
node will be routed through theWebhook
to your server.
Outgoing
- None
Updated about 1 month ago