Although you can use oAuthService API and pushService API for both simple and rich messages, there is one major difference between the two. When creating rich messages, you must use the Push Rich Content API first before using another API to send the message. For simple messages, this additional step is not required.
For information about REST APIs, see the REST API Methods page in REST API Overview.
Examples
Simple API
Use the following APIs:
- oAuthService API: Use the OauthServiceURL: https://aapi-campaign-us-[your pod number].goacoustic.com/oauth/token
- Push to Contact API: https://api2.silverpop.com/restdoc/#!/channels/push_to_contacts_post_9 (simple + inbox or inbox only message)
oAuthService API
- Rich Content API: https://api2.silverpop.com/restdoc/#!/channels/createRichContentSet_post_12
- Push to Contact API: https://api2.silverpop.com/restdoc/#!/channels/push_to_contacts_post_9