create_contact
Create a new contact record for domain registrations by supplying name, email, phone, address, city, state, zip, and country.
Instructions
Create a new contact record for use with domain registrations. Required fields: name, email, phone_num, address1, city, state, zip_code, country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Contact full name | |
| Yes | Contact email address | ||
| phone_num | Yes | Phone number with country code (e.g., '+1.5551234567') | |
| address1 | Yes | Street address line 1 | |
| address2 | No | Street address line 2 | |
| city | Yes | City | |
| state | Yes | State or province | |
| zip_code | Yes | Postal/ZIP code | |
| country | Yes | Country code (e.g., 'US', 'KR') | |
| organization | No | Organization name | |
| fax_num | No | Fax number |