CreateLeads Web Service Operations
For a list of operations associated with this Web service, see the following table.
Name | Description |
---|---|
CreateLeads |
Creates a lead with provided details. It performs a deduplication operation on lead details, and if the lead does not match an existing lead, creates a new lead. |
Request Message Description: CreateLeads
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Lead IO |
Used to describe leads. Performs a deduplication operation based on information returned from the node. If required a new contact is created. |
Integration Object |
Mktg Social Data IO |
Used to capture social posts data related to a lead. You can associate multiple social posts to the same lead.. |
Integration Object |
Mktg SM Personal Address IO |
Extracts a new lead address from social posts. |
Integration Object |
Response Message Description: CreateLeads
Supplies the success status for Lead creation. It issues an error message (if any) or a lead ID if the lead creation was successful. For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Success Flag |
Indicates the status of the CreateLead operation. Status is: Yes if lead is created properly, then No if not. |
String |
Error Message |
A descriptive error message of the particular issue that occurred during lead creation. The Duplicate Lead message indicates the operation is attempting to create a leads that is already in the database. |
String |
Lead ID |
The unique ID of the new lead. |
String |