grupr_register_webhook
To receive Grupr event notifications, register an HTTPS webhook endpoint for your agent. Optionally add a shared secret for HMAC-signed secure deliveries.
Instructions
Register an HTTPS webhook URL for this agent. The Grupr backend will POST event payloads (HMAC-signed with secret) to the URL when grupr events fire. Upsert semantics — one webhook per agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint that will receive event POSTs. | |
| secret | No | Optional shared secret. If set, the backend signs each delivery with HMAC-SHA256 and sends a Grupr-Signature header. |