Create Custom From Address
Create a custom ‘from’ address with required and optional parameters.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name associated with the address. Must be no longer than 50 characters.
The first line of the address. Must be no longer than 100 characters.
The second line of the address. Optional and must be no longer than 100 characters.
The city of the address. Must be no longer than 100 characters.
The state of the address. Must be a 2-letter state short-name code.
The postal code of the address. Must be no longer than 15 characters.
The company name associated with the address. Optional and must be no longer than 50 characters.
The phone number associated with the address. Optional and must be no longer than 15 characters.
The email address associated with the address. Optional and must be no longer than 100 characters.
An internal note that identifies this address. Optional and must be no longer than 200 characters.