AddLead

This method allows you to add a new lead to Bullseye, optionally routing the lead and sending standard notification emails.

The lead record is specified via the NewLead parameter. If EmailLead is true, a thank-you email will be sent to the new lead. If EmailDealers is true, notification emails will be sent to the dealer(s) to whom the lead is routed. If DoNotRoute is true, the lead will be left as unassigned. If a value is specified for LocationId, the lead will be routed to that location only. All boolean parameters default to false if not specified.

**Return Value: ** LeadRslt

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32
required
string
required
boolean

If EmailLead is true, a thank-you email will be sent to the new lead. Defaults to false if not specified.

boolean

If EmailDealers is true, notification emails will be sent to the dealer(s) to whom the lead is routed.Defaults to false if not specified.

boolean

If DoNotRoute is true, the lead will be left as unassigned. Defaults to false if not specified.

boolean

Optional parameter used to send notification email to the contact email address associated with the location. If not specified or set to false, the email is sent to the contact; if set to true, the email is not sent to contact.

int32

If a value is specified for LocationId, the lead will be routed to that location only.

string

It accepts comma-separated location Ids. Lead will be routed to all locationIds specified.

int32

Optional parameter to associate a lead with a specific interface. Used for reporting.

string

It accepts an email code associated with the Web Lead Thank You email template. If no email code is specified, the default code is used.

string

It accepts an email code associated with the New Lead email template. If no email code is specified, the default code is used.

string

It accepts a notification code associated with the New Lead Text notification template. If no notification code is specified, the default code is used.

boolean
Defaults to false

When this parameter is True, and DoNotRoute is True, the Unassigned Lead notification will be sent.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json