create_webhook
Generate webhooks to receive real-time notifications from the ShipBob API for events like order and shipment updates. Specify the event type, URL, and activation status to set up automated alerts.
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 |