Articles on: SMS management

Studio workflow integration - Messaging - Talkyto App


To receive the message:
  1. Go To “Explore Products”
  2. Select product “Studio” and open it
  3. Create Studio Flow if one isn’t already created
  4. Add “Make HTTP Request” Widget
  5. Connect “Incoming Message” from “Trigger” to the dot on the top of the “Make HTTP Request” Widget
  6. Configure the Widget like this:

"To":"{{trigger.message.To}}",

"From":"{{trigger.message.From}}",

"AccountSid":"{{trigger.message.AccountSid}}",

"Body":"{{trigger.message.Body}}"

}


(If you are using Talkyto Additional Services, also add parameters needed for your additional service; these are only the parameters that Talkyto requires)

  1. Save and Publish


Go to“Phone Numbers” product → “Manage” → “Active Numbers” and select the number you want to configure and configure like this:
  1. Messaging Service: None (To remove a messaging service, click the link below the dropdown and remove the number)
  2. Configure with: Webhook, TwiML Bin, Function, Studio Flow, Proxy Service
  3. A message comes in: Studio Flow
  4. Flow: The Flow you created before













Updated on: 20/08/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!