Reputation: 11
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
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