The following Fields can be Read and Written To.
These Fields can be used to load data from Blueprints etc.
They can also be included referred to in Calculations or in Templates.
Field *required | Title | Type | Details |
---|---|---|---|
Name * | Webhook Name | text | Maximum length – 100 characters |
URL | URL | url | This is the full http/https URL that will be called. The value stored in this field will be evaluated as a template, so may contain calculations. Typically, this may be used to refer to persistent settings for part of the URL e.g. {getsetting(“WebHookRoot”)}webhook.php where the persistent setting WebHookRoot has already been set to a suitable value e.g. http://myapp.com/webhooks/ |
Source | Data Source | DataSource | An optional reference to a DataSource. This is a convenience to allow you to keep track of all WebHooks that are associated with a particular external application. |
isEnabled | Enabled? | logical | WebHook calls are only allowed to this WebHook if this flag is set. If you are experiencing any problems with your WebHook, you should turn off this flag until the problem is fixed, ensuring that no further attempts are made to call the webhook url. |
The following Fields can be Read only. They can be referred to in Calculations or in Templates.
Field | Title | Type |
---|---|---|
WebhookCalls | Calls | list |
Created | Created | datetime |
CreatedBy | Created By | Person |
Updated | Updated | datetime |
UpdatedBy | Updated By | Person |