Webhooks
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
StatusCode |
int64 |
✔️ | HTTP Response Status Code | 200 |
Status |
string |
✔️ | HTTP Response Status | OK |
Data |
components.Webhook | ✔️ | N/A | |
Raw |
map[string]any |
➖ | Raw response from the integration when raw=true query param is provided |