FlowEQ API
Run a specific FlowEQ step against a specific Workboard record.
cURL
curl --request PUT \ --url https://next.floweq.com/api/v1/records/{record}/steps \ --header 'Content-Type: application/json' \ --data ' { "type": "pdf_create", "inputs": { "pdf_filename": "<string>", "template_id": "<string>" } } '
{ "message": "<string>", "details": "<unknown>" }
The Workboard record ID.
The step type to run. Currently only 'pdf_create' is supported.
pdf_create
Step-specific input parameters.
Show child attributes
Step executed successfully.
Step execution result message.
Step-specific output details.
Was this page helpful?