Integration actor to send email using apify/send-mail aactor. This integration uses key-value store in order to create the email.
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.
The actor accepts the following input parameters:
Parameter | Type | Required | Description |
---|---|---|---|
kvStoreId | string | No | ID of the KV store containing email data. The store must have two keys: 'subject' and 'text' |
to | string | Yes | Email address of the recipient(s). Multiple addresses can be comma-separated |
cc | string | No | CC recipients (comma-separated) |
bcc | string | No | BCC recipients (comma-separated) |
replyTo | string | No | Reply-to email address |
isMock | boolean | No | If true, logs the process but doesn't send the email (for testing) |
The Key-Value store must contain two keys:
subject
: The email subject linetext
: The email body content1{ 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}
isMock
to true to see the email content without actually sending itYes, 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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!