LeadType

  • Lead types include unspecified, unknown, message, phone call, and booking.

  • The UNSPECIFIED type means the lead type is not specified.

  • The UNKNOWN type is a return value indicating the value is unknown in this version.

  • MESSAGE represents a message lead.

  • PHONE_CALL indicates a lead created by a phone call.

  • BOOKING signifies a booking lead.

Possible types of lead.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

MESSAGE

Message lead.

PHONE_CALL

Lead created by phone call.

BOOKING

Booking lead.