Hi Melissa,
Thank you so much. It worked.
I feel dumb
Regards,
Jarvish Kisanth Singh
------------------------------
Jarvish Kisanth Singh
------------------------------
Original Message:
Sent: 02-20-2025 09:43
From: Melissa Bailey
Subject: Not able to pass the input to workflow architect flows using an API
You have to include the variable scope
{ "flowId": "f94bfe52-ef09-4d95-9eb1-4df1dd7ff795", "inputData": { "Flow.Input": "Jarvish" }}
------------------------------
Melissa Bailey
Software Engineer
Original Message:
Sent: 02-20-2025 08:12
From: Jarvish Kisanth Singh
Subject: Not able to pass the input to workflow architect flows using an API
Hi All,
I'm trying to pass the Input to workflow using an API, but Input is not getting passed to workflow.
POST:
/api/v2/flows/executions
Body:
{
"flowId": "f94bfe52-ef09-4d95-9eb1-4df1dd7ff795",
"inputData": {
"Input": "Jarvish"
}
}
Kinldy look into this and let me know if I'm missing anything
#API/Integrations
------------------------------
Jarvish Kisanth Singh
------------------------------