Create notification channels

Here's how to create channels to which notifications can be sent in Evolo. You can create channels for email, SMS, or webhooks.

Written By Evolo Support

Last updated 2 days ago

Here's how to do it

  1. Go to Configuration and select Notification Channels.

  2. Click Create New Channel.

  3. Enter a name for the channel.

  4. Select the type of channel you want to create.

  5. Fill in the fields for the channel.

  6. Save the channel.

Channel Types

Email

Use email if notifications are to be sent to an email address. The channel can also be used for reports.

SMS

Use SMS if you want notifications sent to a cell phone number. This service costs 1 krone per SMS.

Webhook

Use a webhook if alerts are to be sent to a URL. The message is sent in JSON format. You can also add custom fields that are sent in a `custom_fields` array. 

Related articles