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