registerPhoneLead
Register a phone lead by creating a Lead instance from a telephone number and partner reference.
Arguments
Returns
RegisterPhoneLeadRegister a phone lead by creating a Lead instance from a telephone number and partner reference.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation RegisterPhoneLead($input: TelephoneLeadType) {
registerPhoneLead(input: $input) {
partnerReference
source
telephoneLead
}
}
Variables
{
"input": TelephoneLeadType
}
Response
{
"data": {
"registerPhoneLead": {
"partnerReference": "good-finally-American-lot-ground",
"source": "girl-people-seat-music-sing",
"telephoneLead": "card-increase-protect-water-either"
}
}
}