Integrations
Take a deeper dive into creating channels and integrations.
Overview
Channels, e.g Webhook allows you to send data to other services when specific events are triggered in TilliT
For example, when a specific activity passes in TilliT, you can send the data in a payload to Microsoft Dynamics 365.
Navigation
Navigation: Settings > Integrations
Creating a new Channel
On the table click Actions > Create; you will be presented with a pop-up.
Fields
Name | Description |
---|---|
Channel Key * | a way to name the connection channel. This will be referenced in the subscriptions later. |
Type * | WEBHOOK : MQTT: |
Endpoint | the URL of the service you need to send data payloads to. |
Options | allows advanced users to add headers to the http request (e.g. an authorisation header). |
Click the Save and close** ** button to finalise.
Options Field
Following on from what was mentioned above, the options field is a stringified json object. For a webhook Integration, the JSON object takes the form of the following
Now, you will recieve the following as an example.
No options exist for the mqtt integration.
Last updated