interface UpleadNodeParameters {
company?: string;
domain?: string;
email?: string;
firstname?: string;
lastname?: string;
operation?: "enrich";
resource?: "person" | "company";
}
Properties§
Source§readonly domain?: string
readonly domain?: string
The domain name (e.g – amazon.com)
Source§readonly email?: string
readonly email?: string
Email address (e.g – mbenioff@salesforce.com)
The name of the company (e.g – amazon)