VOOZH about

URL: https://apify.com/mnmkng/email-notification-webhook

โ‡ฑ Email Notification Webhook ยท Apify


Pricing

Pay per usage

Go to Apify Store

Email Notification Webhook

This actor sends you an email notification with a log file when one of your other actors fails, succeeds, times out, you name it.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Ondra Urban

Ondra Urban

Maintained by Community

Actor stats

5

Bookmarked

52

Total users

2

Monthly active users

3 years ago

Last modified

Share

This actor sends you an email notification with a log file when one of your other actors fails, succeeds, times out, you name it.

How to use

Choose the actor you'd like to get notifications for and simply create a webhook for that actor and copy the following URL into the webhook's URL field, replacing {YOUR_API_TOKEN} with your token.

https://api.apify.com/v2/acts/mnmkng~email-notification-webhook/runs?token={YOUR_API_TOKEN}

Select the desired event types and save the webhook. You should now receive an email notification including a log file whenever the selected events take place. The email will be sent to the email associated with your account by default. If you wish to send the notification to a different email, update the default webhook payload template with the desired notificationEmail:

{
"notificationEmail":"my.notifications@email.com"
"userId":{{userId}},
"createdAt":{{createdAt}},
"eventType":{{eventType}},
"eventData":{{eventData}},
"resource":{{resource}}
}

Why is it useful

It's great to know immediately when something goes wrong with one of your actors. I suggest setting up the webhook for the ACTOR.RUN.FAILED and ACTOR.RUN.TIMED_OUT events. This way, you'll always know right away and you can even check the log file immediately to see if the failure requires your attention.

You might also like

Scraper Results Checker

drobnikj/check-crawler-results

This actor checks results from Apify's scrapers or any other actor that stores its result to a dataset, and sends a notification if there are errors. It's designed to run from webhook.

๐Ÿ‘ User avatar

Jakub Drobnรญk

19

Chrono24 Scraper & Opportunity Notification

ilborso/chrono24-scraper-opportunity-notification

Scrape watch listings from Chrono24 & Receive your personal opportunity notification! Scrape price, brand, location. It supports all chrono24 filters. Export to JSON, CSV, or Excel. Notification mail when the price is interesting for you!

๐Ÿ‘ User avatar

Fabio Borsotti

27

4.1

Content Checker

jakubbalada/content-checker

Monitor a website or web page for content changes. Automatically saves before and after screenshots and sends an email notification when content changes are detected.

2.2K

4.9

Catawiki Scraper & Opportunity Notification

ilborso/catawiki-scraper-opportunity-notification

Full Catawiki Scraper & Your automatic bargain hunter! Scrape all auction based on your filter. You can enable a notification few minutes auction end to get an opportunity!

๐Ÿ‘ User avatar

Fabio Borsotti

20

5.0

Log Scanner

lukaskrivka/log-scanner

Log scanner helps you to find particular text in your log files. It can scan [Apify](https://apify.com/) runs, tasks, or actors but also arbitrary text files. If you ever had a problem finding that one error in a thousand runs, this is a tool to use.

๐Ÿ‘ User avatar

Lukรกลก Kล™ivka

27

Slack Message Generator

katerinahronik/slack-message

This actor sends messages to Slack automatically. It can be used instead of email notifications and is ideal to combine with other actors monitoring successful runs, errors, etc.

๐Ÿ‘ User avatar

Kateล™ina Hronรญkovรก

146

Public Actors Lister

jancurn/public-actors-fetcher

Downloads a list of all Actors published in Apify Store, with all properties such as URL, title, description, etc. This is useful to create a knowledge file for a GPT, so that it knows which Actors can it use.

74

5.0

Related articles

Single JavaScript file Actors are being deprecated
Read more
Introduction to Apify Store: the worldโ€™s largest marketplace of web scrapers
Read more
5 powerful scrapers to add to your SEO tool kit
Read more