Format Settings Reference for Webhook Utility Connector

In general, Format Settings are used by workflow triggers to define how to handle and pre-process data that is fetched from a system. This setting is responsible for converting data from one format (such as csv or json) into Saltbox Message format (XML) so it can be processed by the workflow. Some Connectors apply a default Data Source Format automatically, while others require configuration. This depends on the Connector, and is outlined where appropriate below.

Refer to the details below.

Webhook Utility Connector triggers utilize the following message formats:

Message Format Description Version
Webhook JSON Handle JSON data supplied by a third-party application. 1.0+
Webhook XML Handle XML data supplied by a third-party application. 1.0+

Message Formats

Webhook JSON

Message Format Description Version
Webhook JSON Handle JSON data supplied by a third-party application. 1.0+

Use this message format when a third-party system supplies JSON data to the webhook event trigger.

Webhook XML

Message Format Description Version
Webhook XML Handle XML data supplied by a third-party application. 1.0+

Use this message format when a third-party system supplies XML data to the webhook event trigger.