🚨 Need help: Connect French Telnyx number to Vapi assistant
Hey everyone! I'm trying to connect a French Telnyx number to my Vapi assistant (named Cléo). Here's where I'm stuck:
✅ What’s working:
- Vapi assistant is created (API key & ID OK)
- French number bought from Telnyx (+33...)
- Outbound calls from Vapi work via SDK
- Call logs appear in Vapi when I trigger calls
❌ Problem:
- Incoming calls to the Telnyx number don’t reach Vapi
- I think it's because my Node.js backend is running locally, so Telnyx can't hit my webhook
- I’m using
/vapi/telnyx
with the correct secret and assistant ID
🙏 What I need:
- A simple way to expose my local server (ngrok? other?)
- Best practices for Telnyx <> Vapi integration during development
- Or even better: a working example!
Thanks a lot 🙌