> ## 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.WorkflowEventType

# <a id="SuperOffice_WebApi_Data_WorkflowEventType" /> Enum WorkflowEventType

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

Workflow event type

```csharp theme={null}
public enum WorkflowEventType
```

## Fields

`AddedMessage = 1008`

1008: AddedMessage

`AddedToProject = 1003`

1003: AddedToProject

`AddedToSelection = 1006`

1006: AddedToSelection

`CreatedRequest = 1004`

1004: CreatedRequest

`FormSubmitted = 1007`

1007: FormSubmitted

`LinkClicked = 1005`

1005: LinkClicked

`None = 0`

0: None

`OrderPlaced = 1010`

1010: OrderPlaced

`PersonCreated = 1001`

1001: PersonCreated

`PersonUpdated = 1002`

1002: PersonUpdated

`Run = 1`

1: Run

`SaleCreated = 1011`

1011: SaleCreated

`SaleLost = 1013`

1013: SaleLost

`SaleSold = 1012`

1012: SaleSold

`StartedChat = 1009`

1009: StartedChat


## Related topics

- [SuperOffice.WebApi.Data.WorkflowEvent](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowEvent.md)
- [SuperOffice.WebApi.Data.WorkflowEventResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowEventResult.md)
- [SuperOffice.WebApi.Data.WorkflowContentType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowContentType.md)
- [SuperOffice.WebApi.Data.Workflow SendEventRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Workflow_SendEventRequest.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Agents.WorkflowAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.WorkflowAgent.md)
