Create Webhook
shipmail_create_webhookCreates a webhook endpoint to receive event notifications from Shipmail. Returns a signing secret once for verifying payload integrity.
Instructions
Create a webhook endpoint. The signing secret is returned once and will appear in the conversation log; treat the MCP session log as sensitive after this call. Store the secret in the user's chosen secret manager.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | Yes | ||
| description | No | ||
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook | Yes |