
Send FCM
Pricing
Pay per usage

Send FCM
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.
5.0 (1)
Pricing
Pay per usage
3
Total users
3
Monthly users
1
Last modified
6 hours ago
You can access the Send FCM programmatically from your own applications by using the Apify API. You can also 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.
$echo '{< "notification": {< "title": "Title",< "body": "Hello, world!"< }<}' |<apify 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
$npm i -g apify-cli$apify login
Other API clients include: