Use this script to dial with Five9.
$OrgID = "... " #Get this from Five9
$Code = "... " #Get this from Five9
$URL = "https://app-scl.five9.com/appsvcs/rs/svc/orgs/$OrgID/interactions/click_to_dial?number=$PhoneNumber&$Code=outbound"
[System.Diagnostics.Process]::Start($URL)
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article