create_group_webhook
Create a webhook for a specific group to automate notifications and trigger actions on sync events.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. This endpoint allows you to create a new webhook for a given group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | The unique identifier for the group | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/webhooks/create_group_webhook.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. |