This actor sends you an email notification with a log file when one of your other actors fails, succeeds, times out, you name it.
This actor sends you an email notification with a log file when one of your other actors fails, succeeds, times out, you name it.
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}
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.
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.
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!