interface ZapierNLAWrapperParams {
    apiKey?: string;
    oauthAccessToken?: string;
}

Hierarchy (view full)

Properties

apiKey?: string

NLA API Key. Found in the NLA documentation https://nla.zapier.com/docs/authentication/#api-key Can also be set via the environment variable ZAPIER_NLA_API_KEY

oauthAccessToken?: string

NLA OAuth Access Token. Found in the NLA documentation https://nla.zapier.com/docs/authentication/#oauth-credentials Can also be set via the environment variable ZAPIER_NLA_OAUTH_ACCESS_TOKEN

Generated using TypeDoc