Webhooks (Full Update)

File Naming Convention

TGEN_subscriptions_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
urlURL of the webhook subscription used to POST data to external systemstringYes
eventTypeEvent type that this subscription is assigned tostringYes
authMethodAuthentication method of the subscriptionstringNo
usernameUsername parameter of the subscription only required if Basic auth method is setstringNo
passwordPassword parameter of the subscription only required if Basic auth method is setstringNo
tokenToken parameter of the subscription only required if Bearer auth method is setstringNo
isActiveBoolean to denote if this subscription status will be active or notbooleanNo

Sample CSV

See the following subscriptions CSV sample file.

subscriptions Sample 1