Rootly Integrations

⌘K
Back
Overview
Slack
Installation
Workflows
Commands
Mattermost
Installation
PagerDuty
Installation
Workflows
Alerts
PagerTree
Opsgenie
VictorOps (Splunk On-Call)
Jira
Installation
Rootly to Jira Sync
Jira to Rootly Sync
Jira (On-Premise)
Confluence
Confluence (On-Premise)
Service Now
Installation
Workflows
Google Docs
Statuspage.io
Importing Status Pages
Importing Templates
Creating a StatusPage Incident
Using Status Page Templates
Dropbox Paper
Notion
Quip
Grafana
Looker
New Relic
Installation
Alerts
Datadog
Installation
Alerts
Kubernetes
Honeycomb
Heroku
AWS Elastic Beanstalk
Gitlab
GitHub
Google Meet
Zoom
Webex
GoToMeeting
Microsoft Teams
Zendesk
Linear
Installation
Workflows
Shortcut
Airtable
Trello
Installation
Workflows
Asana
Installation
Workflows
ClickUp
Installation
Workflows
Freshdesk
Installation
Workflows
Nobl9
Backstage
Installation
Twitter
Email
SMTP
SendGrid
Sentry
Rollbar
Prometheus
Zapier
API
Terraform
Pulumi
HashiCorp Vault
SSO
SCIM
Docs powered by Archbee

Google Docs

7min

Installation and How-to



We recommend you integrating with a service account to make sure the integration doesn't break if a user leaves your company.

Using Oauth

Permissions

Google Docs integration needs the following Oauth scopes:

  • email
  • profile
  • drive (https://www.googleapis.com/auth/drive)

Using a Service Account

This feature is in beta, contact our team to have it enabled

Under Google Cloud > IAM & Admin > Service Accounts

  • Create a new service account
Document image


Create a key, download the JSON format and upload the JSON file into rootly.

Document image


Now in https://admin.google.com > Security > Api Controls > Domain Wide Delegation

Select your service account and add the scope below:

https://www.googleapis.com/auth/drive

Document image


You should be all set.

Custom Permissions

You can customize permissions like shown below:

JSON
[
  {
    "type": "user",
    "role": "writer",
    "email_address": "user@example.com"
  },
  {
    "type": "user",
    "role": "owner",
    "transferOwnership": true,
    "email_address": "user@example.com"
  },
  {
    "type": "domain",
    "role": "writer",
    "domain": "example.com"
  }
]


Support

If you need help or more information about this integration, please contact support@rootly.com or use the lower right chat widget to get connected with an engineer.

Updated 13 Jun 2023
Did this page help you?
PREVIOUS
Workflows
NEXT
Statuspage.io
Docs powered by Archbee
TABLE OF CONTENTS
Installation and How-to
Using Oauth
Permissions
Using a Service Account
Custom Permissions
Support
Docs powered by Archbee