create_subscription
Create a new lzt-eventus subscription using webhook, websocket, SSE, or polling transport by specifying the endpoint and event types you want to receive.
Instructions
Create a new lzt-eventus subscription (webhook/websocket/sse/polling).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| scope | Yes | ||
| active | Yes | ||
| secret | No | ||
| endpoint | Yes | ||
| transport | Yes | ||
| created_at | Yes | ||
| event_types | Yes | ||
| stream_token | No | ||
| subscription_id | Yes |