Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos 22 hours ago22 hr
Posted March 30, 20205 yr I'm getting INVALID_RECIPIENT using the POST /core/messages API. Whats wrong with my request? REQUEST DATA { "key": "****************", "from": "12", "to": "1,11", "title": "Sample title", "body": "Sample content..." } RESPONSE { "errorCode": "1C374\/3", "errorMessage": "INVALID_RECIPIENT" }
March 30, 20205 yr Community Expert 'to' must be an array (as defined in the API Reference). Your request is passing a comma-delimited string instead.
Archived
This topic is now archived and is closed to further replies.