View Source Notifiex (Notifiex v1.0.0)
The main module for Notifiex.
Link to this section Summary
Functions
Returns a Keyword list of providers.
send
helps in sending a notification through the specified provider.
Callback implementation for Application.start/2
.
Link to this section Types
Link to this section Functions
@spec providers() :: keyword()
Returns a Keyword list of providers.
send
helps in sending a notification through the specified provider.
Example:
> Notifiex.send(:slack, %{text: "Notifiex is cool! 🚀", channel: "general"}, %{token: "SECRET"})
Callback implementation for Application.start/2
.