Webhooks (Full Update)
File Naming Convention
TGEN_subscriptions_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Type | Required |
|---|---|---|---|
url | URL of the webhook subscription used to POST data to external system | string | Yes |
eventType | Event type that this subscription is assigned to | string | Yes |
authMethod | Authentication method of the subscription | string | No |
username | Username parameter of the subscription only required if Basic auth method is set | string | No |
password | Password parameter of the subscription only required if Basic auth method is set | string | No |
token | Token parameter of the subscription only required if Bearer auth method is set | string | No |
isActive | Boolean to denote if this subscription status will be active or not | boolean | No |
Sample CSV
See the following subscriptions CSV sample file.