Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
Notification
Defines a Notification in Proxomo.
Notifications can be sent through a Mobile device (SMS), via EMail or both at the same time. Person profile notification settings can override NotificationSendMethod.
SMS messages have a 160 character maximum. Trying to send a Notification with more than 160 characters will produce an error.
EMail message body must be plain text. HTML email will be added to Proxomo in the future.
Data Fields
| Name | Data Type | Required | Notes |
|---|---|---|---|
| EMailMessage | String | No | Body of the email message. |
| EMailSubject | String | No | Subject of the email message. |
| MobileMessage | String | No | Message to be sent via SMS to the users mobile device (160 character maximum). |
| NotificationType | Interger of NotificationType | Yes | Determines what type of notification is being sent. |
| PersonID | String | Yes | ID of the Person the notification is being sent to. |
| SendMethod | Integer of NotificationSendMethod | Yes | Determines the method used to send the notification. |
