VoiceMessages APIs
-
Send Alert to Contact List
Description: Launches an alertUsage:
POST api/Messages/Voice/Send/{TaskName}/{VoiceCode}/{ListCode}
Parameter Type Source Description TaskName String FromUri The name of the alert. VoiceCode Int32 FromUri The unique numerical code identifying the voice message to send. ListCode Int32 FromUri The unique numerical code identifying the contact list to send the voice message to. Returns:
Returns a positive 32-bit integer value that uniquely identifies the alert job.
Examples:
<!-- Intent: send the voice message with voicecode of 100000 to an existing contact list with listcode 200000 and name the alert "My Test Alert" POST to the following url http://api.v4.swiftreach.com/api/Messages/Voice/Send/MY%20Test%20Alert/100000/200000 --> <!-- No XML input is required --> <!-- example return value --> <int>123456</int>