Discord Webhook Connection¶
The Discord connection enables connections to Discord webhooks. The Discord connection uses the HTTP connection to perform the webhook request.
Authenticating with HTTP¶
Login and Password authentication can be used along with any authentication method using headers. Headers can be given in json format in the Extras field.
Default Connection IDs¶
The Discord webhook operators and hooks use discord_default
by default.
Configuring the Connection¶
- Login (optional)
Specify the login for the discord server you would like to connect too.
- Password (optional)
Specify the password of the user for the discord server you would like to connect too.
- Host (optional)
Specify the entire url or the base of the url for the discord server.
- Port (optional)
Specify a port number if applicable.
- Schema (optional)
Specify the service type etc: http/https.
- Webhook Endpoint
The endpoint that will be used to perform the HTTP request.
- Extras (optional)
Specify headers in json format.