loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Webhook

Sends a POST payload over HTTPS to a configured webhook URL in real time. Use to trigger external systems when a workflow event occurs.
Communication Node

Node Card

Webhook
true
false
Category: Communication Nodes
Type: webhook
Typical position: Any point in a flow where an external system must be notified: for example, after a successful registration or before a Success Final node.

PropertyTypeRequiredDescription
Webhook NametextYesIdentifier for this webhook call. Displayed as the node label on the canvas.
Subscribe URLtextYesThe HTTPS endpoint to POST the event payload to. Must be a valid HTTPS URL.
Secret NameselectNoAn HMAC signing secret from your configured webhook secrets. When provided, LoginRadius signs the payload and includes the signature in the request headers so the receiving endpoint can verify authenticity.

Common Next Nodes

Webhook (output)Success Finalevent fired: complete the flow

Usage Notes

Use the Webhook node to push identity events (such as registration, login, or profile updates) to external systems like CRMs, data warehouses, or audit services. Always use HTTPS endpoints and configure a Secret Name to enable HMAC signature verification on the receiving end.