WebhookSubscriptions
Fetches all of the customer webhook subscriptions for your application.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | False |
ID for the Webhook Subscription. |
| UserGUID | String | False |
UUID of the user the token is associated with. |
| TenantId | Integer | False |
ID for the tenant to which user is assigned. |
| EventType | String | False |
Type of event the subscription is for. |
| Enabled | Boolean | False |
Is the Webhook Subscription enabled or not. |
| CallbackUrl | String | False |
URL for your callback handler. |
| CallbackToken | String | False |
SalesLoft will include this token in the webhook event payload when calling your callback_url. It is strongly encouraged for your handler to verify this value in order to ensure the request came from SalesLoft. |