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
------------------------------
Original Message:
Sent: 10-17-2025 04:57
From: Paras Manchanda
Subject: Execute workflow using API call ?
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
------------------------------