Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1005 Bytes

File metadata and controls

18 lines (13 loc) · 1005 Bytes

WebhookEventResponse

Properties

Name Type Description Notes
id uuid::Uuid Unique identifier
created_at String Timestamp when the webhook event was created
kind models::OrganizationWebhookKindEnum
matched_event models::OrganizationWebhookEventEnum
target_url_used String The webhook target URL that was invoked
request std::collections::HashMap<String, serde_json::Value> The request payload sent to the webhook
target_response_status_code i32 HTTP status code returned by the webhook target
target_response_body Option<String> Response body from the webhook target [optional]

[Back to Model list] [Back to API list] [Back to README]