"workflowtriggertype" MDO List
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO provider for the WorkflowTriggerType enum
Implemented by the
Sample Request
GET /api/v1/MDOList/workflowtriggertype
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("workflowtriggertype", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
Console.WriteLine("{0} {1} {2} {3}",
item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}
Sample Output
Id | Name | StyleHint | ExtraInfo |
---|---|---|---|
1 | Send e-mail | ||
2 | Send SMS | ||
3 | Wait (time based) | ||
4 | Wait for action | ||
5 | Split | ||
6 | Update contact | ||
7 | Add to list | ||
8 | Remove from list | ||
9 | Create request | ||
10 | Create follow-up | ||
11 | Create sale | ||
12 | Notify by email | ||
13 | Notify by SMS |
Related MDO Lists
- "workflowtriggertypeheadings"
- "workflowtriggertypeheadingswithallitem"
- "workflowtriggertypeheadingswithallitemwithnoselection"
- "workflowtriggertypeheadingswithnoselection"
- "workflowtriggertypewithallitem"
- "workflowtriggertypewithallitemwithnoselection"
- "workflowtriggertypewithnoselection"