79760866

Date: 2025-09-10 12:38:14
Score: 1
Natty:
Report link

I contacted Twilio support and got the feedback, that my account is connected to region Ireland (ie1). So the Twilio Client Constructor has to look like this:

client = Client(
    account_sid=account_sid,
    username=api_key_sid,
    password=api_key_secret,
    edge="dublin",
    region="ie1",
)

So be aware of the credentials you use.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Thorsten Göllner