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