Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create an EmailFlow object
POST https://{{env}}.superoffice.com/{{tenant}}/v1/Agents/Workflow/CreateDefaultEmailFlow HTTP/1.1 Authorization: Bearer {{access_token}} Accept: application/json
{ "EmailFlowId": 0, "Name": "", "Description": "", "Status": "Stopped", "JumpToFinish": false, "StartOnlyOnce": true, "UseTimeframe": false, "SelectedDays": "Unknown", "Steps": [], "Triggers": [], "Goals": [], "Filter": { "RestrictionGroups": [], "TableRight": null, "FieldProperties": {} }, "BlockLists": [], "ContentInfo": [], "ExitFlowId": 0, "ExitSuccessFlowId": 0, "CreatedBy": null, "UpdatedBy": null, "CreatedDate": "0001-01-01T00:00:00Z", "UpdatedDate": "0001-01-01T00:00:00Z", }
Was this page helpful?