eventstream_add_custom_endpoint_destination
Add a custom endpoint destination to an eventstream to route streaming data to an HTTP endpoint.
Instructions
Add a custom endpoint destination to the eventstream definition.
:param session_id: Builder session ID
:param input_streams: List of stream names that feed this destination
:param destination_name: Name for the destination (auto-generated if not provided)
:param endpoint_url: Custom endpoint URL (deprecated - use data connections instead)
:param method: HTTP method (deprecated)
:param headers: Optional HTTP headers (deprecated)
:return: Updated definition summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| input_streams | Yes | ||
| destination_name | No | ||
| endpoint_url | No | ||
| method | No | POST | |
| headers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||