Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Help identifying incoming SMS Number

    Posted 08-09-2021 15:05
    No replies, thread closed.
    so i am trying to figure out how to identify the incoming SMS in a flow, I have 4 numbers for a specific inbound message flow and for the life of me I cant figure out how I would determine which number was messaged.

    For example on an inbound call flow how I usually do this is set a variable like "incoming.DNIS" which has an expression of
    Append("+1", Right(call.calledaddress, 10))​
    which appends +1 to the ten digits of the called address starting from the right. how can i get the incoming messaged number information.
    #ArchitectureandDesign

    ------------------------------
    Nicholas Carpenter
    Bright Horizons Family Solutions LLC
    ------------------------------


  • 2.  RE: Help identifying incoming SMS Number

    Posted 08-09-2021 16:37
    No replies, thread closed.
    So I figured it out, its actually
    Message.Message.targetAddressesInfo​

    in case anyone runs into the same issue.



    ------------------------------
    Nicholas Carpenter
    Bright Horizons Family Solutions LLC
    ------------------------------