Overview
The Dropbox Paper integration provides two workflow actions for creating and updating Paper documents from incidents. If you are unfamiliar with how workflows function, see the Workflows documentation first.
Create a Dropbox Paper Document
This action creates a new Paper document in a specified Dropbox folder.
Fields
Name The display name for this workflow action. Rename it to describe what the action does — the value does not affect behavior. Namespace Only available when integrated with Dropbox Paper Business. Selects the team namespace from which the parent folder list is populated.If you integrated with personal Dropbox Paper, the Namespace field is not shown and folders are limited to your personal folders.
- Dropbox Paper (personal) — shows your personal folders
- Dropbox Paper Business — shows folders within the selected Namespace
{{ incident.title }}. Supports Liquid syntax.
Use the Incident Variable Explorer to preview what Liquid variables return for your incidents.
If a Retrospective Template is selected, it overrides any content defined in the Custom Retrospective Template field.
published after the document is created. Use this when you have follow-up notification workflows that trigger on published retrospectives.
Update a Dropbox Paper Document
This action updates an existing Paper document with new content.Fields
Name The display name for this workflow action. File ID The Dropbox file ID of the Paper document to update. Supports Liquid syntax. Use{{ incident.retrospective_url }} or a stored file ID variable to reference the document created earlier in the workflow.
When a Create a Dropbox Paper action runs, Rootly stores the resulting document URL and file ID on the incident record. You can reference the file ID in subsequent update actions using Liquid variables.