Studio workflow integration - Messaging

To receive 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:

    1. Widget Name: Talkyto-message (can be changed)

    2. Request Method: POST

    3. Request URL: https://us-central1-twiconnect-257c6.cloudfunctions.net/receiveSms

    4. Content-Type: Application/JSON

    5. 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

  8. 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

Previous
Previous

Studio workflow integration - Voice

Next
Next

Talkyto v4.0.2