> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WorkflowTriggerType

# <a id="SuperOffice_WebApi_Data_WorkflowTriggerType" /> Enum WorkflowTriggerType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Workflow Trigger Type
This Enum is used by:  workflow\_trigger.trigger\_type

```csharp theme={null}
public enum WorkflowTriggerType : short
```

## Fields

`AddedMessage = 8`

8: AddedMessage

`AddedToProject = 3`

3: AddedToProject

`AddedToSelection = 6`

6: AddedToSelection

`CreatedRequest = 4`

4: CreatedRequest

`FormSubmitted = 7`

7: FormSubmitted

`LinkClicked = 5`

5: LinkClicked

`None = 0`

0: None

`OrderPlaced = 10`

10: OrderPlaced

`PersonCreated = 1`

1: PersonCreated

`PersonUpdated = 2`

2: PersonUpdated

`SaleCreated = 11`

11: SaleCreated

`SaleLost = 13`

13: SaleLost

`SaleSold = 12`

12: SaleSold

`StartedChat = 9`

9: StartedChat


## Related topics

- [SuperOffice.WebApi.Data.WorkflowTrigger](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTrigger.md)
- [SuperOffice.WebApi.Agents.WorkflowAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.WorkflowAgent.md)
- [SuperOffice.WebApi.Agents.IWorkflowAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IWorkflowAgent.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.CategoryUpdateTrigger](/en/api/reference/webapi/SuperOffice.WebApi.Data.CategoryUpdateTrigger.md)
