Genesys Cloud - Main

 View Only

Sign Up

  • 1.  Execute workflow using API call ?

    Posted 10-17-2025 04:58

    Hi there,

    I am trying to trigger a workflow from an inbound flow using /api/v2/flows/executions but the workflow is not executing. When I track the inbound call it shows that data action ran successfully but the workflow does not execute in the backend. Any idea what could be the issue ?


    #API/Integrations
    #ArchitectandDesign

    ------------------------------
    Paras Manchanda
    ------------------------------


  • 2.  RE: Execute workflow using API call ?
    Best Answer

    Posted 10-17-2025 09:19
    Edited by Jason Kleitz 10-17-2025 12:15

    Hi Paras, 

    You can try calling
    GET /api/v2/flows/executions/{flowExecutionId}
    using the ID returned by the POST request. It will show the execution details, including the status (running, completed, failed) and any error information.
    This can help confirm whether the workflow actually started or if it failed to launch.



    ------------------------------
    Luiz Rosa
    Full stack developer
    ------------------------------