Send email alerts when an Apify run finishes

Add a clear notification to your automations when a dataset is ready, a task fails or an indicator needs review.

The first button is an affiliate link. We may receive a commission if you purchase an eligible plan, at no extra cost to you.

Direct answer

How do you receive an email when an Actor finishes?

Configure recipient, subject and body, test with isMock: true, then connect Send Email through an integration or webhook to the previous run event. This keeps extraction and notification separate.

This Actor is for transactional alerts and reports, not bulk campaigns. Do not include secrets, full datasets or sensitive data in the message body.

Actor
apify/send-mail
Published pricing
pay per platform usage
Total Users
3,5K
Check
August 20, 2026

Actor used

Send Mail

Built by Apify. It was selected for adoption, practical utility and a use case not previously covered by FlujoDato.

Check the official listing
5.0 / 58 reviews
3,5Ktotal users
281monthly users
105bookmarks

Public listing signals checked August 20, 2026; they can change.

Copy-ready setup

Test a notification without sending it

Valid JSON
{
  "to": "ops@example.com",
  "subject": "El reporte semanal esta listo",
  "text": "La ejecucion termino. Revisa el dataset en Apify.",
  "replyTo": "analitica@example.com",
  "isMock": true
}
  1. 01

    Design a minimal message

    Include status, task name and a secure result link.

  2. 02

    Enable mock mode

    Validate subject and body without sending a real email.

  3. 03

    Connect the event

    Trigger only on completion, failure or the condition you choose.

  4. 04

    Prevent alert fatigue

    Group repeated notifications and define who really needs them.

Output and controls

Fields you should review

FieldUseCheck
to / cc / bccDefine recipientsApply least access
subjectSummarize required actionAvoid sensitive data
text / htmlBuild the bodyAt least one must exist
replyToRoute responsesUse a monitored inbox
isMockTest without sendingSet false when activating

Cost

Platform usage, not per-result pricing

The listing shows pay per usage. Cost depends on the Apify run; use it for targeted alerts rather than replacing an email marketing provider.

ComponentPublished pricingCheck
apify/send-mailpay per platform usageConfirm current Apify pricing before running at volume.
Recommended pilotMinimum inputReview quality before scaling

Added value

Problems it helps solve

Completion

Notify reviewers when a dataset is ready.

Failures

Escalate errors requiring intervention.

Reports

Deliver a summary and authorized result link.

FAQ

Before you automate

Can it send newsletters?

It is not the right tool. Use a campaign provider with consent, unsubscribe and reputation controls.

Can I send HTML?

Yes. The Actor accepts text or HTML bodies; test with one controlled recipient first.

How do I prevent duplicate emails?

Trigger from one terminal event and record the run ID already notified.

Automated alerts

Test one alert in mock mode

Confirm recipient, subject and content before enabling the real webhook.

Try the Actor