Question

Zapier + Twilio domain issue

  • 3 January 2024
  • 4 replies
  • 38 views

Hi there, 

 

I’m using this action step Twilio - “API Request (beta)”, and trying to send an API call to a Twilio Function. 

The URL of my Twilio function is https://********.twil.io/****

 

However I get this error:

Failed to create a http request in Twilio

Domain did not match expected domain filter(s) `*.twilio.com`.

See Screenshot

 

 

The domain of my Twilio Function is a legit Twilio domain, and I haven’t found a way to change it to anything that matches the domain filter `*.twilio.com`.

 

Anyone able to help? 

 

 

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 7
Badge +14

Hi @LostE 

You can try these alternatives for using App APIs in Zaps:

 

You can try these alternatives for using App APIs in Zaps:

 

I was trying to avoid using the Webhook API step to avoid having to handle auth. 

Does the above look like a Zapier bug to you or something I’m doing wrong? 

Userlevel 7
Badge +14

@LostE 

The API Request option is configured behind the scenes to expect a specific domain for the app’s API.

That means you’d have to try using the Webhook or Code.

 

Help info about the Twilio API Authentication:

https://www.twilio.com/docs/iam/credentials/api

that looks like a bug as all Twilio Functions have **.twil.io domain.

Doesn’t it?