Email Notification Webhook

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.

AUTOMATIONOPEN_SOURCEApify

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:

1{
2    "notificationEmail": "my.notifications@email.com"
3    "userId": {{userId}},
4    "createdAt": {{createdAt}},
5    "eventType": {{eventType}},
6    "eventData": {{eventData}},
7    "resource": {{resource}}
8}

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.

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!