> ## Documentation Index
> Fetch the complete documentation index at: https://docs.autosend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contact Properties

> Store additional contact information and personalize your emails with contact properties.

<Info>
  Contact properties were previously called **custom fields**. The name has changed, but everything works the same way. The legacy `/custom-fields` API endpoints continue to work as an alias.
</Info>

## What are Contact Properties in AutoSend?

Contact properties allow you to store additional information about your contacts (eg. company name, signup source, plan type, etc). These properties can be used to personalize emails or segment contacts.

<Frame>
  <img src="https://mintcdn.com/autosend-13920f5c/mR6QN6rpv8Zi3YXT/images/marketing-emails/contact-property-details.png?fit=max&auto=format&n=mR6QN6rpv8Zi3YXT&q=85&s=917bf0b57ef718e1652470b53be440a4" alt="Contact Property Details" width="2752" height="1988" data-path="images/marketing-emails/contact-property-details.png" />
</Frame>

**You can use these properties in your campaign using variables like:**

```
Hey {{firstName}},
```

## How to Create Contact Properties in AutoSend

1. From the Marketing Emails section, click on the **Contacts**
2. Go to **Contact Properties** **tab**.
3. Click **New Property**.
4. Choose the property type (text, number, boolean or date) and name it.
5. Click **Add.** The property will now be available for all contacts.

<Frame>
  <img src="https://mintcdn.com/autosend-13920f5c/mR6QN6rpv8Zi3YXT/images/marketing-emails/new-custom-field.png?fit=max&auto=format&n=mR6QN6rpv8Zi3YXT&q=85&s=3a3ca041fc6384a7b2d52d17d6e3af6b" alt="New Contact Property" width="2888" height="1978" data-path="images/marketing-emails/new-custom-field.png" />
</Frame>


## Related topics

- [AutoSend MCP Server](/ai/mcp-server.md)
- [Branching](/automations/branching.md)
- [Create Contact Property](/api-reference/contact-properties/create.md)
- [Delete Contact Property by Name](/api-reference/contact-properties/delete.md)
- [Get Contact Property by Name](/api-reference/contact-properties/get-by-name.md)
