> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum WorkflowStepType

> Workflow Step Type

Workflow Step Type

## Syntax

```crmscript theme={null}
WorkflowStepType
```

## Fields

| Name           | Description    |
| -------------- | -------------- |
| None           | None           |
| SendEmail      | SendEmail      |
| SendSMS        | SendSMS        |
| WaitForTime    | WaitForTime    |
| WaitForAction  | WaitForAction  |
| Split          | Split          |
| UpdateContact  | UpdateContact  |
| AddToList      | AddToList      |
| RemoveFromList | RemoveFromList |
| CreateRequest  | CreateRequest  |
| CreateFollowUp | CreateFollowUp |
| CreateSale     | CreateSale     |
| NotifyByEmail  | NotifyByEmail  |
| NotifyBySMS    | NotifyBySMS    |
| RunScript      | RunScript      |
