Create Contact Property
create-contact-propertyCreate a custom contact property in Resend to store extra data like company_name or plan_tier. Specify a unique key, the data type, and an optional fallback value.
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. |