Home SMS management Studio workflow integration - Messaging - Talkyto App

Studio workflow integration - Messaging - Talkyto App

Last updated on Jun 19, 2026
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:
  • Widget Name: Talkyto-message (can be changed)
  • Request Method: POST
  • Request URL: https://us-central1-twiconnect-257c6.cloudfunctions.net/receiveSms
  • Content-Type: Application/JSON
  • Request Body: { "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) 7. 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