SenderIdentities
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | False | The unique identifier of the sender identity. |
Nickname | String | False | A nickname for the sender identity. Not used for sending.. |
FromEmail | String | False | This is where the email will appear to originate from for your recipient. |
FromName | String | False | This is the name appended to the from email field. IE - Your name or company name. |
ReplytoEmail | String | False | This is the email that your recipient will reply to. |
ReplytoName | String | False | This is the name appended to the reply to email field. IE - Your name or company name. |
Address | String | False | The physical address of the sender identity. |
Address2 | String | False | Additional sender identity address information. |
City | String | False | The city of the sender identity. |
State | String | False | The state of the sender identity. |
Zip | String | False | The zipcode of the sender identity. |
Country | String | False | The country of the sender identity. |
CreatedAt | Datetime | True | The end of the time range when the bounce was created. |
UpdatedAt | Datetime | True | The end of the time range when the bounce was created. |
Last updated