Supported Providers
Resend
Resend Provider
ResendProvider is a class that implements the Resend API and allows email sending through Keep.
Inputs
The notify
function of ResendProvider
takes the following arguments:
_from
(str): Required. The email address of the sender.to
(str): Required. The email address of the recipient.subject
(str): Required. The subject of the email.html
(str): Required. The HTML body of the email.**kwargs
(optional): Additional optional parameters can be provided as key-value pairs.
See documentation for more
Outputs
The notify
function of ResendProvider
outputs the following format (example):
See documentation for more
Authentication Parameters
The Resend provider requires the following authentication parameter:
api_key
: Required. Resend API key. You can obtain an API key by visiting Resend API Keys.
Connecting with the Provider
To connect with the Resend provider and send emails through Keep, follow these steps:
- Obtain a Resend API key: Visit Resend API Keys to obtain an API key if you don’t have one already.
- Configure the Resend provider in your system with the obtained API key.
- Use the following YAML example to send an email notification using the Resend provider:
title=examples/alert_example.yml