Send Email Integration avatar
Send Email Integration

Under maintenance

Pricing

$5.00/month + usage

Go to Store
Send Email Integration

Send Email Integration

Under maintenance

Developed by

Šimon Maresz

Maintained by Community

Integration actor to send email using apify/send-mail aactor. This integration uses key-value store in order to create the email.

0.0 (0)

Pricing

$5.00/month + usage

0

Monthly users

2

0

Last modified

7 days ago

KV Send Mail Actor

This actor is a wrapper around Apify's send-mail actor that allows you to send emails using content stored in a Key-Value store.

Features

  • Reads email subject and content from a Key-Value store
  • Supports all standard email features (CC, BCC, Reply-To)
  • Includes a mock mode for testing
  • Simple and easy to use

Input

The actor accepts the following input parameters:

ParameterTypeRequiredDescription
kvStoreIdstringNoID of the KV store containing email data. The store must have two keys: 'subject' and 'text'
tostringYesEmail address of the recipient(s). Multiple addresses can be comma-separated
ccstringNoCC recipients (comma-separated)
bccstringNoBCC recipients (comma-separated)
replyTostringNoReply-to email address
isMockbooleanNoIf true, logs the process but doesn't send the email (for testing)

KV Store Requirements

The Key-Value store must contain two keys:

  • subject: The email subject line
  • text: The email body content

Example Input

1{
2    "kvStoreId": "abc123",
3    "to": "recipient@example.com",
4    "cc": "cc@example.com",
5    "bcc": "bcc@example.com",
6    "replyTo": "reply@example.com",
7    "isMock": false
8}

Usage

  1. Create a Key-Value store with your email content or within a integration the default one is used
  2. Run the actor with the required parameters
  3. The actor will read the content from the KV store and send the email using Apify's send-mail actor

Notes

  • The actor uses Apify's send-mail actor under the hood
  • For testing purposes, you can set isMock to true to see the email content without actually sending it
  • Multiple email addresses in to/cc/bcc fields should be comma-separated

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

7 days

Price

$5.00