Back to Node Auth0

Interface FlowActionSalesforceCreateLeadParams

docs/interfaces/management.Management.FlowActionSalesforceCreateLeadParams.html

5.9.11.4 KB
Original Source

Interface FlowActionSalesforceCreateLeadParams

interface FlowActionSalesforceCreateLeadParams {
connection_id: string;
first_name?: string;
last_name: string;
company: string;
email?: string;
phone?: string;
payload?: FlowActionSalesforceCreateLeadParamsPayload;
}

Index

Properties

connection_idfirst_name?last_namecompanyemail?phone?payload?

Properties

connection_id

connection_id: string

Optionalfirst_name

first_name?: string

last_name

last_name: string

company

company: string

Optionalemail

email?: string

Optionalphone

phone?: string

Optionalpayload

payload?: FlowActionSalesforceCreateLeadParamsPayload

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connection_idfirst_namelast_namecompanyemailphonepayload