Test Webhook with Opentact
Last updated
Last updated
Inbound texts are delivered via a webhook to your server. The webhook will be an HTTP POST
request that includes a payload with information about the inbound SMS or MMS. To receive the message, you’ll need to create a minimal web application that will accept the webhook request.
First, you’ll need to setup a Webhook interface. For testing, you can obtain a test Webhook interface from https://webhook.site/
Once you go to this site, you automatically obtain a Unique URL:
In your Messaging Profile, you can enter your Webhook URL as shown belows:
Now that your Messaging Profile is configured, you're ready to receive an SMS or MMS.
Once you receive SMS or MMS, you can click on the green box in the left side to open it and check out the content.