Legacy Dev Forum Posts

 View Only

Sign Up

REST GET from Architect with a Custom Action

  • 1.  REST GET from Architect with a Custom Action

    Posted 06-05-2025 18:40

    andygunther | 2017-04-11 23:37:41 UTC | #1

    Is there a way to pass a string into a Web Service Data Dip Connector Custom Action in the URL, like:

    http://www.foo.com/custom/agentcount/{queueName} where {queueName} is replaced in Architect with a variable or string literal?

    In this case, it would be a GET.

    Or, does this connector with Custom Actions require that the service be hosting POST URLs where it has to use the json body to get input parameters?


    tim.smith | 2017-04-12 20:20:48 UTC | #2

    Path parameters aren't currently possible. You'll need to send dynamic data in the POST body.


    system | 2017-08-28 19:33:47 UTC | #3


    This post was migrated from the old Developer Forum.

    ref: 1171