Notification APIs
Create a Notification
Purpose
To create custom push notifications for the web and mobile app.
Request URL
https://fsm.zoho.com/fsm/v1/notifications/actions/send
Request Method
POST
Scope
scope=ZohoFSM.notifications.CREATE
Mandatory Parameters
Name | Description | Type | Mandatory |
title | The title for the custom notification | String | Yes |
message | The content of the custom notification | String | Yes |
userids | The IDs of the users to whom the notifications need to be sent | String | Yes |
onclick | To take the user to a specific record. The JSON keys to be used are: module_api: The API name of the module to which the record belongs. The possible values are Assets, Accounts, Contacts, Products, Service_Appointments, Work_Orders, Estimates, Requests To take the user to an external link. The JSON key to be used is: link_url: The URL of the external link | JSON Object |
Sample Request
Copied
Sample Input
Copied
Sample Success Response
Copied