v1
latestOpenAPI 3.1.02026-08-0670151364.9 KBWorkflows
Create a new workflow
put/workflows
Request body
Example request
{
"customerDetails": {
"id": "80349480-490b-4234-92e7-fad697e3d446"
}
}Response
The request was successful, resulting in the creation of one workflow.
Example response
{
"customerDetails": {
"id": "80349480-490b-4234-92e7-fad697e3d446"
},
"settings": [
{
"customerDetails": {
"id": "80349480-490b-4234-92e7-fad697e3d446"
}
}
],
"workflowSettings": {
"reminderSettings": [
{
"customerDetails": {
"id": "80349480-490b-4234-92e7-fad697e3d446"
}
}
]
}
}