Custom HTTP notification
Send notifications to an arbitrary HTTP endpoint.
The Custom HTTP provider sends notification payloads to a URL you specify (GET or POST).
Configure the provider
Providers → Add. Set Category to Notification, Type to Custom HTTP. Fill in:
| Field | Description |
|---|---|
| Method | GET or POST |
| Parameter name | Query (GET) or body (POST) parameter name for the message |
| Content | Message content or template |
| Endpoint | Full HTTP(S) URL to call |
| Chat ID | Optional identifier |

When you use Send Notification Message, Hanzo IAM sends a request to Endpoint with the message in the chosen parameter. Example:

How is this guide?
Last updated on