Author:
Fluent Commerce
Changed on:
24 Oct 2023
this page is to show how to add a new workflow to your Retailer via the API Put method.
The user needs
`WORKFLOW_CREATE`
`WORKFLOW_UPDATE`
`ORCHESTRATION_ADMIN`
To add a new Workflow to your Fluent Account, send your valid Workflow JSON to the following URL via the
`PUT`
`https://{{accountID}}.{{environment}}.api.fluentretail.com/api/v4.1/workflow`
If your request was successful, you should receive the following response:
1{
2 "entityId": "{{retailerID}}-{{workflowName}}::{{workflowVersion}}",
3 "eventStatus": "COMPLETE"
4}
Language: json
Name: Response Example
Description:
[Warning: empty required content area]Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.