Webhook Subscription
Log in to add to favouritesProperties
Name | Type | Format | Description |
---|---|---|---|
id | string | GUID | The unique identifier of the subscription as a 128 bit GUID |
name | string | - | The name of the subscription |
description | string | - | The description of the subscription |
invokeUrl | string | URI | The url specifying the address to which event notifications should be pushed |
enabled | boolean | - | A property indicating if the subscription is currently active |
method | string | - | The HTTP method for the workflow event. POST, PUT, DELETE, etc. Defaults to POST |
topics | object[...] | topic | An array of topics describing the events to which this subscription has subscribed to |
headers | object | - | A dictionary of dictionaries providing headers information for the subscription |
templates | object | - | A dictionary of dictionaries providing template information for the subscription |
version | object | version | The version of the subscription |