Skip to main content
POST
Create lead

Body

properties
object | null
currency
string | null
ownerUserId
integer<int32> | null
partnerId
integer<int32> | null

The partner to whom the lead is assigned.

sourcePartnerId
integer<int32> | null

The partner to who declared the lead.

userPartnerOwnerId
integer<int32> | null

The user partner assigned to the lead.

assignedContactEmail
string | null

The email of the user partner assigned to the lead. PartnerId must be specified.

deadLine
string<date-time> | null
note
string | null

Optional note to add to the lead after its creation.

status
enum<string>
Available options:
Unknown,
Unassigned,
Pending,
Accepted,
Refused,
Reassigned,
Converted,
Abandoned
assignToPartnerOwner
boolean | null

If true, the Lead OwnerUserId will be the same as the Partner OwnerUserId

Response

Lead created

id
integer<int32>
creationDate
string<date-time>
properties
object | null
partnerId
integer<int32> | null
sourcePartnerId
integer<int32> | null
userPartnerOwnerId
integer<int32> | null
dealId
integer<int32> | null
customerId
integer<int32> | null
deadLine
string<date-time> | null
assignedDate
string<date-time> | null
acceptedDate
string<date-time> | null
refusedDate
string<date-time> | null
convertedDate
string<date-time> | null
abandonedDate
string<date-time> | null
status
enum<string>
Available options:
Unknown,
Unassigned,
Pending,
Accepted,
Refused,
Reassigned,
Converted,
Abandoned
partnerName
string | null
dealName
string | null
customerName
string | null
source
enum<string>
Available options:
Unknown,
Website,
Partner,
Api,
Zapier,
Tenant,
System,
HubSpot,
Stripe,
PartnerDirectory
transferredLeadId
integer<int32> | null
currency
string | null
ownerUserId
integer<int32> | null
owner
object