Supported Providers
Resend
Resend Provider
ResendProvider is a class that implements the Resend API and allows email sending through Keep.
Authentication
This provider requires authentication.
- api_key: Resend API key (required: True, sensitive: True)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow example:
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