skip to Main Content

Azure – Exception binding parameter 'message'

I am trying to run the Human interaction in Durable Functions and i got the sample from the microsoft doc page. You can get the code @ https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-phone-verification?tabs=csharp I got the following error. Method not found: 'Void Twilio.Clients.TwilioRestClient..ctor(System.String, System.String, System.String,…

VIEW QUESTION

Twilio WhatsApp Business API

If anyone has worked with Twilio's WhatsApp Business API you may be able to help. Can you please confirm this: we purchased a UK number from Twilio but we are based and operate in Kuwait. So we will be using…

VIEW QUESTION

Xcode – Swiftui Verify with Twilio

i want to phone number verify my app project.Twilio documantation include UIKit but not include swiftui example,And i m try Swiftui framework but not couldn't create button action. import UIKit class StartVerificationViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() //…

VIEW QUESTION

Error in sending VCard from S3 using Twilio – Twillio

I am facing the same issue. I hope you can guide me a bit. Generating VCard function: import object import base64 def b64_image(filename): with open(filename, 'rb') as f: b64 = base64.b64encode(f.read()) return b64.decode('utf-8') def make_vcard(fname,lname,email,phonenumber,CompanyName,website,photo): file_name='{}.vcf'.format(fname) with open(file_name , 'w')…

VIEW QUESTION
Back To Top
Search