Webhooks (Full Update)
Description
See the Aerial Spec for more details.
File Naming Convention
TGEN_subscriptions_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Key Information | Type | Required |
|---|---|---|---|---|
url | URL of the webhook subscription used to POST data to external system | Max Length: 255 | string | Yes |
eventType | Event type that this subscription is assigned to | Max Length: 255 | string | Yes |
authMethod | Authentication method of the subscription | Max Length: 255 Allowed: Bearer, Basic, None | string | No |
username | Username parameter of the subscription only required if Basic auth method is set | Max Length: 255 | string | No |
password | Password parameter of the subscription only required if Basic auth method is set | Max Length: 255 | string | No |
token | Token parameter of the subscription only required if Bearer auth method is set | Max Length: 255 | 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.