Record
patch-user-webhooks-event-settings-params
No description available.
record patch-user-webhooks-event-settings-params {
on-behalf-of: option<string>,
bounce: bool,
click: bool,
deferred: bool,
delivered: bool,
dropped: bool,
enabled: bool,
group-resubscribe: bool,
group-unsubscribe: bool,
oauth-client-id: option<string>,
oauth-client-secret: option<string>,
oauth-token-url: option<string>,
open: bool,
processed: bool,
spam-report: bool,
unsubscribe: bool,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| on-behalf-of | option<string> | |
| bounce | bool | |
| click | bool | |
| deferred | bool | |
| delivered | bool | |
| dropped | bool | |
| enabled | bool | |
| group-resubscribe | bool | |
| group-unsubscribe | bool | |
| oauth-client-id | option<string> | |
| oauth-client-secret | option<string> | |
| oauth-token-url | option<string> | |
| open | bool | |
| processed | bool | |
| spam-report | bool | |
| unsubscribe | bool | |
| url | string |