ShipBob API MCP Server

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

NameRequiredDescriptionDefault
eventTypeYesEvent type to subscribe to (e.g., 'order.created', 'shipment.created')
isActiveNoWhether the webhook is active
urlYesThe URL to send webhook notifications to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eventType": { "description": "Event type to subscribe to (e.g., 'order.created', 'shipment.created')", "type": "string" }, "isActive": { "description": "Whether the webhook is active", "type": "boolean" }, "url": { "description": "The URL to send webhook notifications to", "format": "uri", "type": "string" } }, "required": [ "url", "eventType" ], "type": "object" }
ID: 37nc7wfin6