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

> Describes what type of activity/action there has been on a contact

Describes what type of activity/action there has been on a contact

## Syntax

```crmscript theme={null}
ContactAction
```

## Fields

| Name              | Description                                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------- |
| Unknown           | Unknown/undecided type                                                                      |
| Created           | The contact was created                                                                     |
| Updated           | The contact was updated                                                                     |
| NewActivity       | A new activity was created on the contact                                                   |
| ActivityCompleted | An activity belonging to the contact was completed                                          |
| PersonAdded       | A person was added to the contact                                                           |
| PersonUpdated     | A person belonging to the contact was updated                                               |
| DocumentAdded     | A document was added to the contact                                                         |
| All               | Enumeration generated from the wsdl doesn't handle the \[Flags] attribute (bit enumeration) |
