Papyrs Make integrationAutomate Papyrs with Make.
What if your intranet kept itself up to date? The Papyrs Make integration gives you 17 modules: 2 triggers, 13 actions and 2 searches. This guide is for Papyrs admins who want pages, text and people to move on their own, and it walks you from connection to a live scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Papyrs Make integration do for you?
The Papyrs Make integration links your Papyrs site to the other tools you use, without writing code. In Make you build a scenario, the automation itself, from modules: each module is one brick, like a trigger that spots a new page or an action that edits a text box. Papyrs becomes a place your other apps can read from and write to.
Greet every newcomer in public. Watch People notices when someone joins your Papyrs site, and Post to a Discussion Stream on a Page drops a welcome message on the team page. Nobody has to remember to say hello.
Keep a status page honest. Update a Text Box and Update a Heading Widget rewrite the content of an existing page with data coming from another app, so a project page shows the latest figures instead of an outdated copy.
Announce new pages elsewhere. Watch Pages picks up each page created on the site; you can then send its title to a chat tool or a spreadsheet through that app's own module.
Know the edges before you start. Both Papyrs triggers are scheduled: Make checks the site on the scenario's schedule, it is never told instantly. The listed modules cover pages, text boxes, headings, discussions and people; for anything else in the Papyrs API, the Make an API Call module reuses the same connection. The same app often has an n8n node too, and our n8n vs Make comparison helps you pick the editor. New to the tool? Start with the Make training, or check Make pricing before you switch scenarios on.
How do you connect Papyrs to Make?
- 01
Generate your API token in Papyrs
Sign in to Papyrs as an administrator, open Site Settings, then Integrations and SSO and API. Click Generate Token and copy the token shown on screen. Keep it handy for the next step.
- 02
Add a Papyrs module in Make
In your scenario, add any Papyrs module and click Create a connection. A connection is your Papyrs account linked to Make once, then reused by every Papyrs module you add later.
- 03
Name it and paste the token
The Connection name field is optional, but a clear name helps when you run several sites. Paste the API token you copied, follow the on-screen instructions and save. Make can now read your pages and people.
Your first scenario: welcome new people on a Papyrs page
GoalWhen someone new joins your Papyrs site, Make posts a welcome message to the discussion on your team page.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. This first module decides when everything starts.
- 02
Pick Watch People
Search for Papyrs, choose Watch People and select your connection, or click Create a connection if this is your first Papyrs module. It will hand over one bundle per new person, a bundle being one item passed along the scenario.
- 03
Add the welcome post
Click the + on the right of the trigger, pick Post to a Discussion Stream on a Page and choose the team page. Write the message and map the person's name from the previous module.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can read the posted comment before anyone else does.
- 05
Schedule and switch on
Open the clock on Watch People: a new scenario checks every 15 minutes by default. Keep that or change it within your plan, then switch the scenario on.
What can start a Papyrs scenario?
2 modules start a scenario when something happens in Papyrs. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Papyrs as soon as it happens.
Watch Pages
Scheduled triggerIn Make“Triggers when new pages are created.”
Watch Pages hands your scenario every page freshly created on your Papyrs site, one bundle per page, so the rest of the flow can react to new content without anyone copying links around.
Watch People
Scheduled triggerIn Make“Triggers when new people are joined.”
At each check, Watch People picks up the people who joined your Papyrs site, and passes each one along as a bundle you can map into the next modules.
What can Make do in Papyrs?
Papyrs gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Heading Widget
ActionIn Make“Creates a heading widget on a page.”
Adds a new heading to a Papyrs page, which gives structure to content your scenario is about to write, such as a dated section title above a fresh text box.
Create a Text Box
ActionIn Make“Creates a new text box on a page.”
Writes a brand new text box onto a page, turning data from another app, like a form answer or a meeting summary, into readable content on your intranet.
Delete a Heading Widget
ActionIn Make“Deletes an existing heading widget on a page.”
Removes an existing heading from a page, which keeps automated pages tidy once a section no longer applies.
Delete a Page
ActionIn Make“Deletes a page by its ID.”
Deletes a whole Papyrs page by its ID, useful when pages are created automatically and need to be cleared at the end of their life.
Delete a Text Box
ActionIn Make“Deletes an existing text box on a page.”
Takes one text box off a page while leaving the rest of the page untouched, so a scenario can retract content it posted earlier.
Delete a User
ActionIn Make“Permanently deletes a user from your account.”
Permanently removes a person from your Papyrs account, which lets offboarding in your HR or identity tool close intranet access as well.
Get a Heading Widget
ActionIn Make“Retrieves information about selected heading widget.”
Reads the details of one heading widget, so the scenario can check what a section is called before deciding to change or remove it.
Get a Page
ActionIn Make“Retrieves information about selected page.”
Fetches the information of one selected page, giving later modules what they need to link to it, copy its title or act on it.
Get a Text Box
ActionIn Make“Retrieves information about selected text box.”
Retrieves the content of one text box, handy when a scenario must copy a block of intranet text into an email, a document or another app.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Papyrs API with the connection you already set up, which covers what the listed modules do not.
Post to a Discussion Stream on a Page
ActionIn Make“Posts a comment to any page with a discussion widget.”
Adds a comment to the discussion of a page, so updates from other tools show up where your team already talks.
Update a Heading Widget
ActionIn Make“Updates an existing heading widget.”
Changes the wording of an existing heading, so a page can reflect a new status without being rebuilt.
Update a Text Box
ActionIn Make“Updates an existing text box.”
Rewrites the content of a text box already on a page, which keeps one living block current instead of piling up new ones.
List Pages
SearchIn Make“Lists all existing pages. Ordered by creation date (newest page first).”
Returns every existing page of your site, newest first, one bundle per page, which gives you an inventory to export or check.
List People
SearchIn Make“Lists all people. Ordered by join date (newest user first).”
Lists everyone on your Papyrs site, sorted by join date with the most recent arrival first, for syncing or auditing your directory.
Need help automating Papyrs with Make?
A person reads every message.