Send FCM
No credit card required
Send FCM
No credit card required
This actor can be used as integration with Firebase Cloud Messaging (FCM). It sends a message (aka push notification) to a device, group of devices or topics. The message can be fully customised supporting all FCM options.
You can access the Send FCM 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 "notification": {
3 "title": "Title",
4 "body": "Hello, world!"
5 }
6}' |
7apify call martin.forejt/send-fcm --silent --output-dataset
Send FCM API through CLI
The Apify CLI is the official tool that allows you to use Send FCM locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 4 monthly users
- 3 stars
- Created in Aug 2024
- Modified 36 minutes ago