interface AsanaTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
resource?: string;
workspace?: string;
}Properties§
§§
readonly authentication?: "oAuth2" | "accessToken"§
readonly resource?: stringThe resource ID to subscribe to. The resource can be a task or project.
readonly workspace?: stringThe workspace ID the resource is registered under. This is only required if you want to allow overriding existing webhooks. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getWorkspaces"}
Default: "accessToken"