View Source Notifiex.Service.Discord (Notifiex v1.2.0)

Discord service for Notifiex.

Link to this section Summary

Functions

Sends a message through Webhooks.

Link to this section Functions

@spec call(map(), map()) :: {:ok, binary()} | {:error, {atom(), any()}}

Sends a message through Webhooks.

payload should include the following:

  • content: Message content (up to 2000 characters). (required)

options should include the following:

  • webhook: Webhook URI. (required)