@hybridheroes/jitsu-msgraph-source

0.0.8 • Public • Published

Microsoft Graph Source for Jitsu

Microsoft Graph

To grant this connector access to the Microsoft Graph API an Azure AD app needs to be registered with the following permissions:

  • Users.Read.All
  • Calendars.Read

Permissions need to be granted with the type application with tenant-wide admin consent.

The OAuth 2.0 credentials for the Azure AD app need to passed to the source as configuration:

  • tenant_id
  • client_id
  • client_secret

Commands

npm run build
npm run verify -- -c '{"tenant_id": "...", "client_id": "...", "client_secret": "..."}'
npm run execute -- -c '{"tenant_id": "...", "client_id": "...", "client_secret": "..."}' -s '{stream: "workspace_bookings"}'
npm publish --access public

Package Sidebar

Install

npm i @hybridheroes/jitsu-msgraph-source

Weekly Downloads

0

Version

0.0.8

License

none

Unpacked Size

648 kB

Total Files

5

Last publish

Collaborators

  • krik