interface ActionNetworkNodeParameters {
additionalFields?:
| {
browser_url?: string;
description?: string;
end_date?: string;
featured_image_url?: string;
instructions?: string;
location?: {
postal_addresses_fields: {
address_lines?: string;
country?: string;
language?: string;
locality?: string;
location?: {
location_fields: {
latitude?: string;
longitude?: string;
};
};
postal_code?: string;
primary?: boolean;
region?: string;
};
};
name?: string;
start_date?: string;
}
| {
family_name?: string;
given_name?: string;
languages_spoken?: | "da"
| "nl"
| "en"
| "fi"
| "fr"
| "de"
| "hu"
| "id"
| "ja"
| "pt"
| "br"
| "ru"
| "es"
| "sv"
| "tr"
| "cy";
phone_numbers?: {
phone_numbers_fields: {
number?: string;
primary?: unknown;
status?: | "bouncing"
| "previous bounce"
| "subscribed"
| "unsubscribed";
};
};
postal_addresses?: {
postal_addresses_fields: {
address_lines?: string;
country?: string;
language?: string;
locality?: string;
location?: {
location_fields: {
latitude?: string;
longitude?: string;
};
};
postal_code?: string;
primary?: boolean;
region?: string;
}[];
};
}
| {
browser_url?: string;
featured_image_url?: string;
name?: string;
petition_text?: string;
target?: string;
}
| { comments?: string };
attendanceId?: string;
email_addresses?: {
email_addresses_fields: {
address?: string;
primary?: unknown;
status?:
| "bouncing"
| "previous bounce"
| "subscribed"
| "unsubscribed"
| "previous spam complaint"
| "spam complaint";
};
};
eventId?: string;
limit?: number;
name?: string;
operation?: | "create"
| "get"
| "getAll"
| "update"
| "add"
| "remove";
originSystem?: string;
personId?: string;
petitionId?: string;
resource?: | "attendance"
| "event"
| "person"
| "personTag"
| "petition"
| "signature"
| "tag";
returnAll?: boolean;
signatureId?: string;
simple?: boolean;
taggingId?: string;
tagId?: string;
title?: string;
updateFields?: | {
family_name?: string;
given_name?: string;
languages_spoken?: | "da"
| "nl"
| "en"
| "fi"
| "fr"
| "de"
| "hu"
| "id"
| "ja"
| "pt"
| "br"
| "ru"
| "es"
| "sv"
| "tr"
| "cy";
phone_numbers?: {
phone_numbers_fields: {
number?: string;
primary?: unknown;
status?: | "bouncing"
| "previous bounce"
| "subscribed"
| "unsubscribed";
};
};
postal_addresses?: {
postal_addresses_fields: {
address_lines?: string;
country?: string;
language?: string;
locality?: string;
location?: {
location_fields: {
latitude?: string;
longitude?: string;
};
};
postal_code?: string;
primary?: boolean;
region?: string;
}[];
};
}
| {
browser_url?: string;
featured_image_url?: string;
name?: string;
petition_text?: string;
target?: string;
}
| { comments?: string };
}Properties§
readonly additional Fields?:
| {
browser_url?: string;
description?: string;
end_date?: string;
featured_image_url?: string;
instructions?: string;
location?: {
postal_addresses_fields: {
address_lines?: string;
country?: string;
language?: string;
locality?: string;
location?: {
location_fields: {
latitude?: string;
longitude?: string;
};
};
postal_code?: string;
primary?: boolean;
region?: string;
};
};
name?: string;
start_date?: string;
}
| {
family_name?: string;
given_name?: string;
languages_spoken?: | "da"
| "nl"
| "en"
| "fi"
| "fr"
| "de"
| "hu"
| "id"
| "ja"
| "pt"
| "br"
| "ru"
| "es"
| "sv"
| "tr"
| "cy";
phone_numbers?: {
phone_numbers_fields: {
number?: string;
primary?: unknown;
status?: | "bouncing"
| "previous bounce"
| "subscribed"
| "unsubscribed";
};
};
postal_addresses?: {
postal_addresses_fields: {
address_lines?: string;
country?: string;
language?: string;
locality?: string;
location?: {
location_fields: {
latitude?: string;
longitude?: string;
};
};
postal_code?: string;
primary?: boolean;
region?: string;
}[];
};
}
| {
browser_url?: string;
featured_image_url?: string;
name?: string;
petition_text?: string;
target?: string;
}
| { comments?: string }readonly attendance Id?: stringID of the attendance to retrieve
readonly email _ addresses?: { ... }Person’s email addresses Default: {}
readonly event Id?: stringID of the event to create an attendance for
readonly limit?: numberMax number of results to return Default: 50 Type options: {"minValue":1}
readonly name?: stringName of the tag to create
readonly operation?: "create" | "get" | "getAll" | "update" | "add" | "remove"Default: "create"
readonly origin System?: stringSource where the event originated
readonly person Id?: stringID of the person to create an attendance for
readonly petition Id?: stringID of the petition to retrieve
readonly resource?:
| "attendance"
| "event"
| "person"
| "personTag"
| "petition"
| "signature"
| "tag"Default: "attendance"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly signature Id?: stringID of the signature to retrieve
readonly simple?: booleanWhether to return a simplified version of the response instead of the raw data Default: true
readonly tagging Id?: stringID of the tagging to remove. Choose from the list, or specify an ID using an expression. Default: [] Type options: {"loadOptionsDependsOn":["tagId"],"loadOptionsMethod":"getTaggings"}
readonly tag Id?: stringID of the tag to retrieve
readonly title?: stringTitle of the event to create
readonly update Fields?:
| {
family_name?: string;
given_name?: string;
languages_spoken?: | "da"
| "nl"
| "en"
| "fi"
| "fr"
| "de"
| "hu"
| "id"
| "ja"
| "pt"
| "br"
| "ru"
| "es"
| "sv"
| "tr"
| "cy";
phone_numbers?: {
phone_numbers_fields: {
number?: string;
primary?: unknown;
status?: | "bouncing"
| "previous bounce"
| "subscribed"
| "unsubscribed";
};
};
postal_addresses?: {
postal_addresses_fields: {
address_lines?: string;
country?: string;
language?: string;
locality?: string;
location?: {
location_fields: {
latitude?: string;
longitude?: string;
};
};
postal_code?: string;
primary?: boolean;
region?: string;
}[];
};
}
| {
browser_url?: string;
featured_image_url?: string;
name?: string;
petition_text?: string;
target?: string;
}
| { comments?: string }Default: {}
Default: {}