Skip to content

Pact Sms ISmsSender SendVoiceAsync(string string)

welshronaldo edited this page May 30, 2022 · 6 revisions

ISmsSender.SendVoiceAsync(string, string) Method

Negotiates a callback endpoint with a voice message service to communicate an audible message to a user
The callback URL itself typically identifies/includes the content to be communicated when they arrive

System.Threading.Tasks.Task SendVoiceAsync(string number, string callbackUrl);

Parameters

number System.String

callbackUrl System.String

Returns

System.Threading.Tasks.Task

Clone this wiki locally