Back to Node Auth0

Interface FlowActionHubspotUpsertContact

docs/interfaces/management.Management.FlowActionHubspotUpsertContact.html

5.9.11.3 KB
Original Source

Interface FlowActionHubspotUpsertContact

interface FlowActionHubspotUpsertContact {
id: string;
alias?: string;
type: "HUBSPOT";
action: "UPSERT_CONTACT";
allow_failure?: boolean;
mask_output?: boolean;
params: FlowActionHubspotUpsertContactParams;
}

Index

Properties

idalias?typeactionallow_failure?mask_output?params

Properties

id

id: string

Optionalalias

alias?: string

type

type: "HUBSPOT"

action

action: "UPSERT_CONTACT"

Optionalallow_failure

allow_failure?: boolean

Optionalmask_output

mask_output?: boolean

params

params: FlowActionHubspotUpsertContactParams

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idaliastypeactionallow_failuremask_outputparams