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

# Enum WorkflowGoalType

> Workflow Goal Type

Workflow Goal Type

## Syntax

```crmscript theme={null}
WorkflowGoalType
```

## Fields

| Name                 | Description          |
| -------------------- | -------------------- |
| None                 | None                 |
| ContactUpdated       | ContactUpdated       |
| SaleCreatedOnContact | SaleCreatedOnContact |
| SaleCreatedOnCompany | SaleCreatedOnCompany |
| AppointmentCreated   | AppointmentCreated   |
| AddedToProject       | AddedToProject       |
| AddedToSelection     | AddedToSelection     |
| FormSubmitted        | FormSubmitted        |
| HadChat              | HadChat              |
| LinkClicked          | LinkClicked          |
| RequestCreated       | RequestCreated       |


## Related topics

- [Enum values for WorkflowGoalType](/en/database/tables/enums/workflowgoaltype.md)
- [SuperOffice.WebApi.Data.WorkflowGoalType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowGoalType.md)
- [workflow_goal table](/en/database/tables/workflow-goal.md)
- [NSWorkflowGoal](/en/automation/crmscript/reference/CRMScript.NetServer.NSWorkflowGoal.md)
- [Enum WorkflowStepType](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowStepType.md)
- [Enum WorkflowTriggerType](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowTriggerType.md)
