Mail Check
Create Custom To Address
Create a new custom ‘to’ address.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Payload to create a new custom 'to' address.
Name of the recipient.
Maximum length:
50
Example:
"John Doe"
First line of the address.
Maximum length:
100
Example:
"Address 1"
City of the address.
Maximum length:
100
Example:
"City"
State code (2-letter abbreviation).
Maximum length:
2
Example:
"ST"
Zip code of the address.
Maximum length:
15
Example:
"123345"
Company name of the recipient.
Maximum length:
50
Example:
"Company A"
Second line of the address.
Maximum length:
100
Example:
"Address 2"
Phone number of the recipient.
Maximum length:
15
Example:
"1234567890"
Email address of the recipient.
Example:
"john.doe@example.com"
An internal note for the address.
Maximum length:
200
Example:
"Note."