Lead - gomeddo/js-sdk GitHub Wiki

Wrapper for the Lead SObject in salesforce.

Example

const goMeddo = new Lead('App', 'GoMeddo', '[email protected]')

Constructor

Lead(firstName, lastName, email)

Parameters

  • firstName The firstName of the lead.
  • lastName The lastName of the lead.
  • email The email address of the lead.

Instance properties

Inherits properties from its parent, SObject.

Instance methods

Inherits methods from its parent, SObject.