If you are using tools that allow you to create webhooks, Faddom can use them to publish notifications ensuring that you do not miss anything and can be alerted immediately when a notification is triggered.
To do so, you can follow the below guide. As an example, we have used Slack
Navigate to Settings > Notifications > Edit Channels
Click on New Channel then select Custom Webhook from the options
In order to generate this from Slack, you need to Create a Slack application
From Slack application go to File > Settings > Applications to open the Slack API webpage
Click Create New App > From Scratch
Provide a name for your application and choose your workspace
Select Incoming Webhooks and enable them
Click Install to Workspace then select the channel you wish to publish the notifications to
From the menu on the left-hand side select Install App then under the Webhook URLs for Your Workspace copy the URL
Enter the URL of the webhook including any query parameters you may need
Select the media type to use for the body of the webhook message (in most cases this will be application/JSON)
Provide the body format that Faddom will send. It is recommended to use the Faddom Placeholders (the variables are marked between $ signs) to add information from Foaddom to the message. Below is an example of the body structure in JSON format for reference.
{"text":"date: $time$\nMessage: $message$\nFrom: $sender$"}
You can add any custom HTTP headers you may require in the Header parameters section.
Click Save and you will then see the webhook listed