Create Subscription
create_subscriptionCreate event subscriptions to receive notifications for process status, shipments, and offers. Supports webhook, GCP Pub/Sub, and AWS SQS endpoints.
Instructions
Create a new event subscription. Subscribe to events like PROCESS_STATUS, SHIPMENT, PRICE_STAR_BOUNDARY, COMPETING_OFFER, OFFER_FOR_SALE, OFFER_NOT_FOR_SALE. Supports WEBHOOK, GCP_PUBSUB, and AWS_SQS subscription types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resources | Yes | Event types to subscribe to. | |
| url | Yes | The endpoint URL for receiving notifications. | |
| subscriptionType | Yes | Subscription type: WEBHOOK, GCP_PUBSUB, or AWS_SQS. | |
| enabled | No | Whether the subscription is enabled. Defaults to true. | |
| identity | No | AWS ARN for AWS_SQS subscriptions. |