Get up and running with Inboxy
npm add inboxy
import { Inboxy } from "inboxy"; // Initialize const inboxy = new Inboxy({ apiKey: "your-api-key", }); inboxy.accounts.create({ accessToken: "123", refreshToken: "123", provider: "google", webhookUrl: "https://your.website.com/webhook", });