Interface AsanaTriggerNodeParameters

Source
interface AsanaTriggerNodeParameters {
    authentication?: "oAuth2" | "accessToken";
    resource?: string;
    workspace?: string;
}

Properties§

Source§

readonly authentication?: "oAuth2" | "accessToken"

Default: "accessToken"

Source§

readonly resource?: string

The resource ID to subscribe to. The resource can be a task or project.

Source§

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"}