Supported Providers
Mailchimp
Mailchimp Provider
MailchimpProvider is a class that implements the Mailchimp API and allows email sending through Keep.
Authentication
This provider requires authentication.
- api_key: Mailchimp API key (required: True, sensitive: True)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
- connect_to_client: The user can connect to the client (mandatory)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
If you need workflow examples with this provider, please raise a GitHub issue.
See documentation for more
Connecting with the Provider
To connect with the Mailchimp provider and send emails through Keep, follow these steps:
- Obtain a Mailchimp Transactional API key: Visit Mailchimp API Keys to obtain an API key if you don’t have one already.
- Configure the Mailchimp provider in your system with the obtained API key.
- Use the following YAML example to send an email notification using the Mailchimp provider:
title=examples/alert_example.yml