The GetContactByEmail method retrieves the data for an existing contact in the dotMailer account using their email address.
Guidance Notes
This method can return contacts who are now suppressed in your account; please note that suppressed contacts cannot be sent to.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| email |
string |
This is the email address of the contact which you wish to retrieve. |
required |
Return values
| contact |
contact |
This is the contact object for the email address provided. |