I have scheduled voice broadcasts by using Survos through API in my ASP.NET application. Once i get response from one attendee, i want to stop the remaining broadcasts. How can i do this? Please help me.
I have gone through your help documents but i could see that i can only cancel the entire Survo broadcasts but i want to cacel only some voice calls ...
You will have to schedule separate broadcasts for each outbound call. That way, you will have a broadcast Id for each one, and can use the broadcast.stop call for any outstanding broadcasts.
Suppose if i try to broadcast one Survo for about 20 phone numbers and i get response from the 1st phone number. As i get response from the 1st number, i want to stop the other 19 calls by saying broadcast.stop ?
i mean i want to stop the remaining 19 calls not to go from my application. If i try broadcast.stop does it give an error? is this possible?