1

I'm using the Twilio Studio to build an SMS flow and trying to post the results to a database.

I'm getting an error from the post, but I can't seem to find what is being sent by the HTTP Request widget, I only see the results. I'm hoping if I can find the full POST syntax germinated I'll find my issue?

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
  • Have you tried setting the widget to POST to https://requestb.in/? That should show you what is being sent. – philnash Mar 13 '18 at 05:28

1 Answers1

0

You can see the following information in the Engagement Log under "logs".

  • URL called
  • Method
  • Request Body
  • Response code
  • Response content-type

But sadly, not any other headers.

Lauri Laanti
  • 948
  • 7
  • 11