Medium Notifications avatar

Medium Notifications

Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Medium Notifications

Medium Notifications

katerinahronik/medium-response-notifications

Enables the set up of notifications for any Medium members, and it checks for new responses on Medium posts, so you never miss posts from users or followers. It can send notifications to a defined Slack channel (with a Slack token) or email.

You can access the Medium Notifications programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "articleUrl": [
3    "https://blog.apify.com/get-custom-web-scraping-solutions-from-certified-developers-on-apify-marketplace-f1fe0302bcd"
4  ],
5  "articleId": [
6    "cd3220e9abf5",
7    "50417cc20994"
8  ],
9  "channel": "#general",
10  "emailTo": "user@company.com"
11}' |
12apify call katerinahronik/medium-response-notifications --silent --output-dataset

Medium Notifications API through CLI

The Apify CLI is the official tool that allows you to use Medium Notifications locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Categories