Integrations Module

Overview

The Integrations Module handles all requests associated with integrations activated within your project.

Initialization

Parameters

FieldData TypeDescription

integration

string

Lowercased name of the integration

Example

const stripe = await client.integration('stripe')

Requests

get()

post()

patch()

put()

delete()

Last updated