Webhooks (Full Update)

Description

See the Aerial Spec for more details.

File Naming Convention

TGEN_subscriptions_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionKey InformationTypeRequired
urlURL of the webhook subscription used to POST data to external systemMax Length: 255stringYes
eventTypeEvent type that this subscription is assigned toMax Length: 255stringYes
authMethodAuthentication method of the subscriptionMax Length: 255
Allowed: Bearer, Basic, None
stringNo
usernameUsername parameter of the subscription only required if Basic auth method is setMax Length: 255stringNo
passwordPassword parameter of the subscription only required if Basic auth method is setMax Length: 255stringNo
tokenToken parameter of the subscription only required if Bearer auth method is setMax Length: 255stringNo
isActiveBoolean to denote if this subscription status will be active or notbooleanNo

Sample CSV

See the following subscriptions CSV sample file.

subscriptions Sample 1