Pyas Docs
  • 📖Getting Started With Pyas
  • Fundamentals
    • 📦Pyas Apps
    • 📦Provider Apps
    • 🔒Pyas Auth vs Native Auth
    • 🛠️Getting set up
      • 🧑Inviting Team Members
      • 📦Creating an App
      • 🔒Setup Authentication
        • Pyas Auth
        • Native Auth
          • Create a Google App
          • Create an Azure App
          • Create a Zoom App
        • 🔗Connect an Account
      • 🪝Create Webhooks
    • ✨Connected Accounts
      • Zoom
  • REST API Reference
    • Introduction
    • API Authentication
    • Google Calendar
      • 🔒Auth
      • 🗓️Calendars
      • 🕢Events
    • Microsoft Outlook
      • 🔒Auth
      • 🗓️Calendars
      • 🕢Events
    • Zoom
      • 🔒Auth
      • 🕢Meetings
  • Get the Postman Collection
Powered by GitBook
On this page
  • Connect an Account from the Pyas Dashboard
  • Connect an Account using the REST API
  1. Fundamentals
  2. Getting set up
  3. Setup Authentication

Connect an Account

Connect a Google, Microsoft or Zoom Account

PreviousCreate a Zoom AppNextCreate Webhooks

Last updated 2 years ago

There are 2 ways to connect accounts. The first option is to use the Pyas Dashboard and the second option is to use the REST API.

Connect an Account from the Pyas Dashboard

This option is great for quickly testing out Pyas.

  1. Login to your Pyas account.

  2. Click on the Apps tab from the left menu bar.

  3. Click on the App that you'll be connecting the account to.

  1. From the app view under Accounts, click the + Add Account button.

  2. A modal should open to connect the account. Fill in the Name and Email fields and select the Provider (Google, Microsoft or Zoom)

  3. Click on the Connect Account button

  1. A provider consent screen should open in a new window (Google in this example). Select all the check boxes to allow access to the calendar resources and then click on the Continue button.

  2. You should now see an Account Connected message. This means the account is connected to Pyas and you can start making API calls for that account.

Connect an Account using the REST API

This option is recommended and is the best way to start using Pyas to add calendar integrations into your app.

See the docs to get started.

🛠️
🔒
🔗
REST API Reference