Papyrs

Dream up your own intranet site or internal wiki with simple drag & drop. Easily share and collect information, files, discussions, online forms and much more -- work better together with colleagues and clients.

Go to site
Explore
/
Apps
/
Papyrs

Papyrs API Integrations

Build and run workflows using the Papyrs API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    papyrs: {
      type: "app",
      app: "papyrs",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.papyrs.$auth.site_name}.papyrs.com/api/v1/people/all/`,
      headers: {
        "X-Auth-Token": `${this.papyrs.$auth.api_token}`,
      },
    })
  },
})
Create Heading with Papyrs API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Papyrs
 
Try it
Create Heading with Papyrs API on New Submission from Typeform API
Typeform + Papyrs
 
Try it
Create Heading with Papyrs API on Custom Events from Zoom API
Zoom + Papyrs
 
Try it
Create Heading with Papyrs API on New Submission (Instant) from Jotform API
Jotform + Papyrs
 
Try it
Create Heading with Papyrs API on New Custom Webhook Events from Stripe API
Stripe + Papyrs
 
Try it
Create Heading with the Papyrs API

Create Heading. See the docs here

 
Try it
Create Paragraph with the Papyrs API

Create a new Paragraph in a page. See the docs here

 
Try it
Update Heading with the Papyrs API

Update Heading. See the docs here

 
Try it
Update Paragraph with the Papyrs API

Update Paragraph. See the docs here

 
Try it

Authentication

Papyrs uses API keys for authentication. When you connect your Papyrs account, Pipedream securely stores the keys so you can easily authenticate to Papyrs APIs in both code and no-code steps.

To get your API Token, go to Site Settings > Integrations & SSO > API to request API access to your account.

  • Once API support is enabled, Site Owners can go to Site Settings > Integrations & SSO and click Generate Token to create a new unique API token for users.
  • You can get your Site Name by looking at the URL on your Papyrs dashboard -- it has the structure, https://{site_name}.papyrs.com/@home/Getting-Started.