Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
str | ✔️ | N/A | test_webhook |
url |
str | ✔️ | N/A | https://my-service.com/webhook |
id |
Optional[str] | ➖ | N/A | de7818e7-610a-4057-8f6f-b785dc1e6f88 |
kind |
Optional[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. | webhook |
user_id |
Optional[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. | |
project_id |
Optional[str] | ➖ | The ID of the project | aac12556-4d65-4d34-9fb6-d1f0985eb0a9 |
created_at |
Optional[float] | ➖ | Timestamp (in milliseconds) at which stream object was created | 1587667174725 |
events |
List[components.Events] | ➖ | N/A | [ "stream.started", "stream.idle" ] |
stream_id |
Optional[str] | ➖ | streamId of the stream on which the webhook is applied | de7818e7-610a-4057-8f6f-b785dc1e6f88 |
status |
Optional[components.Status] | ➖ | status of webhook |