JanekG
JanekG

Reputation: 11

Twilio: Incoming Test Call to my Twilio Number

I want to the test the webhook that i setup for twilio requests. Is there any way i can make a test call to trigger twilio to send the request without using a real phone number? I can not use a real phone for testing because im sitting in Germany.

Upvotes: 0

Views: 310

Answers (1)

Devin Rader
Devin Rader

Reputation: 10366

I'd suggest using a tool like Postman to simulate the HTTP request Twilio makes to your endpoint.

You can find the specific parameters that a Twilio webhook will send in our docs

Hope that helps.

Upvotes: 0

Related Questions