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


## Related topics

- [SuperOffice.WebApi.Data.ContactAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactAction.md)
- [SuperOffice.WebApi.Agents.ContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ContactAgent.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [NSContactActivity](/en/automation/crmscript/reference/CRMScript.NetServer.NSContactActivity.md)
- [SuperOffice.WebApi.Data.Contact GetMyActiveContactsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetMyActiveContactsRequest.md)
