Papyrs

The Papyrs modules allow you to watch, create, update, list, retrieve, and delete the people, pages, text boxes, and heading widgets in your Papyrs account.

Getting Started with Papyrs

Prerequisites

  • A Papyrs account

In order to use Papyrs with Integromat, it is necessary to have a Papyrs account. If you do not have one, you can create a Papyrs account at register.papyrs.com/accounts/register/.

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting Papyrs to Integromat

To connect your Papyrs account to Integromat you need to obtain the API Key from your Papyrs account and insert it in the Create a connection dialog in the Integromat module.

1. Log in to your Papyrs account and open your Dashboard.

2. Click Your Intranet > Settings > Integrations & SSO. Navigate to API Section and click Generate Token.

YsE4KxxbHe.gif

3. Copy the access token to your clipboard.

papyrs1.png

4. Go to Integromat and open the Papyrs module's Create a connection dialog.

66U7RXJKUs.gif

5. In the Connection name field, enter a name for the connection.

6. In the API Token field, enter the API token copied in step 3.

7. In the Subdomain field, enter your account's subdomain name. For example, if your account's URL address is www.xyz.papyrs.com then your subdomain is xyz. Click Continue.

The connection has been established.

People

Watch People

Triggers when new people are joined.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose people you want to list. For example, About Us.
LimitSet the maximum number of people Integromat should return during one scenario execution cycle

Delete a User

Deletes a page by its ID.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose users you want to delete. For example, About Us.
User ID Select the User ID you want to delete.

List People

Lists all people. Ordered by join (newest page first).

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose people you want to list. For example, About Us.
LimitSet the maximum number of people Integromat should return during one scenario execution cycle.

Pages

Watch Pages

Triggers when new pages are created.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose pages you want to list. For example, About Us.
LimitSet the maximum number of pages Integromat should return during one scenario execution cycle.

Get a Page

Retrieves a page 

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page details you want to retrieve. For example, About Us.
User ID Select the Page ID whose details you want to retrieve. For example, Team.

Delete a Page

Deletes a page by its ID.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page details you want to delete. For example, About Us.
User ID Select the Page ID you want to delete. For example, Team.

List Page

Lists all existing pages. Ordered by creation date (newest page first).  

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page you want to list. For example, About Us.
LimitSet the maximum number of pages Integromat should return during one scenario execution cycle.

Text Boxes

Create a Text Box

Creates a new text box on a page.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite on whose page you want to create a text box. For example, About Us.
Page IDSelect the Page ID in which you want to create a text box.
FormatSelect the text format:
  • HTML
  • Plain Text
ValueEnter the text for the text box.

Get a Text Box

Retrieves information about the selected text box.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page's text box details you want to retrieve. For example, /About Us.
Page IDSelect the Page ID whose text box details you want to get. For example, Team.
Widget IDSelect the page Widget ID whose details you want to retrieve. For example, Leadership.

Update a Text Box

Updates an existing text box.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page's text box details you want to update. For example, About Us.
Page IDSelect the Page ID whose text box details you want to update.
Widget IDSelect the Widget ID (text box) whose details you want to update.
FormatSelect the text format:
  • HTML
  • Plain Text
ValueEnter the text for the text box.

Delete a Text Box

Deletes an existing text box on a page.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page's text box you want to delete. For example, About Us.
Page IDSelect the Page ID whose text box you want to delete.
Widget IDSelect the Widget ID (text box) you want to delete.

Heading Widgets

Create a Heading Widget

Creates a heading widget on a page.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite on whose page you want to create a heading widget. For example, About Us.
Page IDSelect the Page ID in which you want to create a heading widget. For example, Team.
FormatSelect the text format:
  • HTML
  • Plain Text
ValueEnter the heading text.

Get a Heading Widget

Retrieves information about a selected heading widget.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page's heading widget details you want to retrieve. For example, About Us.
Page IDSelect the Page ID whose heading widget details you want to retrieve. For example, Team.
Widget IDSelect the Widget ID whose details you want to retrieve.

Update a Heading Widget

Updates an existing heading widget.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page's heading widget details you want to update. For example, About Us.
Page IDSelect the Page ID whose heading widget details you want to update. For example, Team.
Widget IDSelect the Widget ID whose details you want to update.
FormatSelect the text format:
  • HTML
  • Plain Text
ValueEnter the heading text for the widget.

Delete a Heading Widget

Deletes an existing heading widget on a page.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite whose page's heading widget details you want to delete. For example, About Us.
Page IDSelect the Page ID whose heading widget details you want to delete. For example, Team.
Widget IDSelect the Widget ID whose details you want to delete.

Feeds

Post to a Discussion Stream on a Page

Posts a comment to any page with a discussion widget.

ConnectionEstablish a connection to your Papyrs account.
SubsiteSelect the subsite on whose page you want to post a message in the discussion stream. For example, About Us.
Page IDSelect the Page ID on whose discussion stream you want to post the message. For example, Team.
MessageEnter the message text you want to post.

Other

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Papyrs account.
URL

Enter a path relative to https://<YourSubdomain>.papyrs.com/. For example: /@<Subsite>/api/v1/pages/all

For the list of available endpoints, refer to the Papyrs API Documentation.
Method

Select the HTTP method you want to use:

GET
to retrieve information for an entry.

POST
to create a new entry.

PUT
to update/replace an existing entry.

PATCH
to make a partial entry update.

DELETE
to delete an entry.

HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - Get All People

The following API call returns all the people from your Papyrs account:

URL:
/api/v1/people/all/

Method:
GET

papyrs3.png

Matches of the search can be found in the module's Output under BundleBody
In our example, 4 people were returned:

papyrs2.png

 

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.