- DarkLight
Two-way SMS Workflow in Twilio
- DarkLight
Campaign Manager sends a message to Twilio Flex using Auth Token and Account SID.
Twilio Flex transmits this message to the customer.
Twilio Flex receives the incoming SMS from the customer.
Campaign Manager configures the Webhook URL (“HttpSmsReceiverApi”) in Twilio to receive the customer message.
Twilio Flex initiates and attaches the message details by passing the parameters in the Webhook URL. The parameters include the sender’s phone number, the message body, and other metadata.
Campaign Manager receives the HTTP request from Twilio Flex and parses the parameters. It can then perform any logic or action based on the message, such as sending a reply, storing the data, or triggering another service.