Send Email Integration

Send Email Integration

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

INTEGRATIONSAUTOMATIONApify

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

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!