Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  How to start a call with Postman API

    Posted 10-14-2022 14:55
    No replies, thread closed.

    Hello community,

    I'm having trouble making a voice call starting from Postman, it always returns the not-a-user error, configuration in Postman is as Client Credentials.

    I use MFA to access Genesys.

    I would like to know if there is a different way to make this API request.

    Here's an example


    #Telephony

    ------------------------------
    Lucas Pontes
    Brasil Foods
    ------------------------------


  • 2.  RE: How to start a call with Postman API

    Posted 10-14-2022 15:12
    No replies, thread closed.
    This is one of a few API calls that will not work in Postman, sending DTMF into a call is another one - they require the context of a logged in user through the UI, since some sort of user or architect flow is required to provide media into the call.

    What is your end goal? You may be able to do this with the Outbound Campaign dialer portion of the platform. Otherwise you may need to make a call within the UI, obtain it's conversation ID and then use that ID for your other API calls from Postman.

    ------------------------------
    Brad Murlin
    Zillow, Inc.
    ------------------------------



  • 3.  RE: How to start a call with Postman API

    Posted 10-21-2022 07:31
    No replies, thread closed.
    Hello Brad, I changed the way of doing this request, after being informed that by Postman wouldn't work I used Python and Js for the request.

    ------------------------------
    Lucas Pontes
    Brasil Foods
    ------------------------------



  • 4.  RE: How to start a call with Postman API

    Posted 10-19-2022 16:53
    No replies, thread closed.
    Hi Lucas,
    Im curious what is the purpose of making a call via Postman.  What type of testing can be done this way?

    ------------------------------
    Jean Lam
    Bridgecrest Acceptance Corporation
    ------------------------------



  • 5.  RE: How to start a call with Postman API

    Posted 10-21-2022 07:43
    No replies, thread closed.
    Hi Jean,
    I was just gonna make a voice call. In postman is not possible, so I used Python and Js



    ------------------------------
    Lucas Pontes
    Brasil Foods
    ------------------------------