Completion
Notify reviewers when a dataset is ready.
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
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.
apify/send-mailActor used
Built by Apify. It was selected for adoption, practical utility and a use case not previously covered by FlujoDato.
Check the official listingPublic listing signals checked August 20, 2026; they can change.
Copy-ready setup
{
"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
}Include status, task name and a secure result link.
Validate subject and body without sending a real email.
Trigger only on completion, failure or the condition you choose.
Group repeated notifications and define who really needs them.
Output and controls
| Field | Use | Check |
|---|---|---|
to / cc / bcc | Define recipients | Apply least access |
subject | Summarize required action | Avoid sensitive data |
text / html | Build the body | At least one must exist |
replyTo | Route responses | Use a monitored inbox |
isMock | Test without sending | Set false when activating |
Cost
The listing shows pay per usage. Cost depends on the Apify run; use it for targeted alerts rather than replacing an email marketing provider.
| Component | Published pricing | Check |
|---|---|---|
| apify/send-mail | pay per platform usage | Confirm current Apify pricing before running at volume. |
| Recommended pilot | Minimum input | Review quality before scaling |
Added value
Notify reviewers when a dataset is ready.
Escalate errors requiring intervention.
Deliver a summary and authorized result link.
FAQ
It is not the right tool. Use a campaign provider with consent, unsubscribe and reputation controls.
Yes. The Actor accepts text or HTML bodies; test with one controlled recipient first.
Trigger from one terminal event and record the run ID already notified.
Automated alerts
Confirm recipient, subject and content before enabling the real webhook.