create_webhook
Set up webhooks to receive real-time notifications for specific e-commerce events like order or shipment updates via the ShipBob API MCP Server. Define the event type and target URL for efficient system integration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
eventType | Yes | Event type to subscribe to (e.g., 'order.created', 'shipment.created') | |
isActive | No | Whether the webhook is active | |
url | Yes | The URL to send webhook notifications to |