interface FacebookTriggerNodeParameters {
appId?: string;
fields?: unknown[];
object?:
| "page"
| "user"
| "group"
| "application"
| "permissions"
| "link"
| "adAccount"
| "certificateTransparency"
| "instagram"
| "whatsappBusinessAccount"
| "workplaceSecurity";
options?: { includeValues?: boolean };
}
Properties§
Source§readonly fields?: unknown[]
readonly fields?: unknown[]
The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an expression. Default: [] Type options: {"loadOptionsMethod":"getObjectFields","loadOptionsDependsOn":["object"]}
Facebook APP ID