1

I already have a Twilio application with this use case :

  1. The incoming message is forwarded to a client

  2. The client replies to the message by sending a message to the twilio number. The message body will contain the phone number at the beginning followed by the message content.

  3. The web hook checks if the message is received from the client and it contains a phone number. If so, it forwards the message to the phone number in the body.

I would like to implement this use case using Twilio studio.

Is this possible?

arun kumar
  • 703
  • 2
  • 13
  • 33

1 Answers1

1

You can use the Split widget and use a regular expression to test whether the input from Step 2 contains a phone number or not.

Rodzilla
  • 215
  • 1
  • 9