

"slack_2": "slack://TokenA/TokenB/TokenC/Channel", To send a notification from within your python application, just do the following:
Dingtalk notification code#
The following is code for an ferris executor package to send apprise based notifications. Once the Apprise Notifications Package is installed along with the configurations you must link the package to be triggered by the ‘’ event. Please use the table based on Apprise documentation to understand the URL Template structure. Please note that you should maintain a separate copy of the configs since this will not be displayed in your configuration manager since it contains credentials.Ī sample configuration file is provided below. You must upload a secrets.json file for the Apprise Notifications Package. You can find the code base further below in document. You must have the Apprise Notifications Packages installed and running.

The Apprise Libs must be present in the Executor Image. The following documentation refers to Option 1. Irrespective of the infrastructure implementation the service internal API (as illustrated above) does not change. In these cases the adapter runs as a separate container. The 2nd option is used in platforms which are behind a firewall and therefore require the gateway to be outside the firewall for accessing external services. There are 2 approaches to implementing the notifications support.
Dingtalk notification how to#
# Please see configurations sample on how to configureĮvent_type = "" # Please note that the value for the url_template is the name used within the config # For a specifc URL template in configurations.
