Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
FlowActionSalesforceCreateLeadParams
Interface FlowActionSalesforceCreateLeadParams
interface
FlowActionSalesforceCreateLeadParams
{
connection_id
:
string
;
first_name
?:
string
;
last_name
:
string
;
company
:
string
;
email
?:
string
;
phone
?:
string
;
payload
?:
FlowActionSalesforceCreateLeadParamsPayload
;
}
Index
Properties
connection_
id
first_
name?
last_
name
company
email?
phone?
payload?
Properties
connection_
id
connection_id
:
string
Optional
first_
name
first_name
?:
string
last_
name
last_name
:
string
company
company
:
string
Optional
email
email
?:
string
Optional
phone
phone
?:
string
Optional
payload
payload
?:
FlowActionSalesforceCreateLeadParamsPayload
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connection_
id
first_
name
last_
name
company
email
phone
payload
Auth0 Node.js SDK - v5.0.0
Loading...