interface AsanaTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
resource?: string;
workspace?: string;
}
Properties§
Source§readonly resource?: string
readonly resource?: string
The resource ID to subscribe to. The resource can be a task or project.
Source§readonly workspace?: string
readonly workspace?: string
The 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"