Create Contact Property
create-contact-propertyCreate a custom contact property to store additional attributes (e.g., company name, plan tier) on your email contacts.
Instructions
Create a new contact property in Resend. A contact property is a custom attribute (e.g. "company_name", "plan_tier") that can be attached to contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The property key. Max 50 characters, only alphanumeric characters and underscores allowed. | |
| type | Yes | The property type: "string" or "number". | |
| fallbackValue | No | Default value when the property is not set for a contact. Must match the specified type. |