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

# <a id="SuperOffice_WebApi_Data_WorkflowGoalType" /> Enum WorkflowGoalType

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

Workflow Goal Type
This Enum is used by:  workflow\_goal.goal\_type

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

## Fields

`AddedToProject = 5`

5: AddedToProject

`AddedToSelection = 6`

6: AddedToSelection

`AppointmentCreated = 4`

4: AppointmentCreated

`FormSubmitted = 7`

7: FormSubmitted

`HadChat = 8`

8: HadChat

`LinkClicked = 9`

9: LinkClicked

`None = 0`

0: None

`PersonUpdated = 1`

1: PersonUpdated

`RequestCreated = 10`

10: RequestCreated

`SaleCreatedOnCompany = 3`

3: SaleCreatedOnCompany

`SaleCreatedOnPerson = 2`

2: SaleCreatedOnPerson


## Related topics

- [SuperOffice.WebApi.Data.WorkflowGoal](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowGoal.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.WorkflowTriggerType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTriggerType.md)
