POST api/Notification/sendNotification?to={to}&message={message}&additionalData={additionalData}&androidSound={androidSound}&iosSound={iosSound}&androidChannelId={androidChannelId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| to | string |
Required |
|
| message | string |
Required |
|
| additionalData | string |
Required |
|
| androidSound | string |
Default value is notification |
|
| iosSound | string |
Default value is notification |
|
| androidChannelId | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
None.