- Home
- Resources
- Integrations
- PeerBoard
PeerBoard Make integrationAutomate PeerBoard with Make.
Your PeerBoard community can handle its routine chores on its own. The PeerBoard Make integration gives you 24 modules: 1 scheduled trigger, 19 actions and 4 searches. This guide shows community managers how to connect an account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the PeerBoard Make integration do for your community?
The PeerBoard Make integration links your PeerBoard community to Make, a no-code tool where you build scenarios: automations made of modules that pass data from one app to the next. With 24 modules, it watches for new posts, writes posts and comments, and manages spaces, members and groups without a single line of code.
Nobody posts into silence. Watch New Post spots a fresh introduction and Create a Comment replies under it, even when your moderators are offline.
New customers find the right doors open. After a purchase, Create a Member or Invite a Member brings the person in, then Add Members to a Space and Add Members to a Group give access to what they paid for.
Access ends as cleanly as it started. A cancelled subscription can lead to Remove Members from a Group or Delete a Member, and a finished project to Delete a Space.
Know the limits before you start. There is only one trigger, and it is scheduled: Make checks for new posts at intervals instead of reacting the second a post is written. A new member or a new comment has no trigger of its own. For what the listed modules skip, Make an API Call reaches the PeerBoard API directly.
Weighing tools? Read n8n vs Make, check the plans in Make pricing, and if you would rather learn step by step, Make training covers the editor from scratch.
How do you connect PeerBoard to Make?
- 01
Copy your API Auth Token
Log in to PeerBoard and copy the API Auth token shown under Dashboard > Hosting. Cannot reach that screen? Email support@peerboard.com and ask for it. Either way, you need a PeerBoard account.
- 02
Add a connection in Make
Insert any PeerBoard module in a scenario and click Add next to the Connection field. A connection is your PeerBoard account linked to Make once, then reused by every PeerBoard module.
- 03
Paste the token and save
Name the connection in Connection name if you like, paste the token into API Auth Token and click Save. If PeerBoard asks you to confirm access, accept it and you are ready.
Your first scenario: greet every new introduction
GoalWhen a new post appears in your introductions space in PeerBoard, Make adds a welcome comment under it.
- 01
Create the scenario
Open the Scenarios page in Make and create a new scenario, the automation you are about to build. Click the large + in the middle of the editor to add the first module.
- 02
Add Watch New Post
Search for PeerBoard, pick Watch New Post and link your account with Create a connection or Add. Then choose the space where newcomers introduce themselves.
- 03
Add Create a Comment
Click the + on the right of the trigger and pick Create a Comment. Map the post coming from the first module so the reply lands in the right thread, then type your welcome text.
- 04
Test with Run once
Publish a test post in that space and click Run once. Each module shows the bundles it received, one bundle being one item such as a post, so you can check the comment really went out.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, and switch the scenario on. From then on, each new introduction gets its reply without anyone watching.
What starts a PeerBoard scenario
1 module starts a scenario when something happens in PeerBoard. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by PeerBoard as soon as it happens.
Watch New Post
Scheduled triggerIn Make“Checks whether a new post for a given member or space was created.”
Every fresh post written by a member you pick, or published in a space you pick, reaches your scenario, so a new discussion never sits unnoticed for long.
Every PeerBoard module, and when to pick it
PeerBoard gives you 23 modules in 5 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Content
4 modulesCreate a Post
ActionIn Make“Creates a new post.”
Announcements land where members already read, because this module publishes a new post in your community straight from a scenario.
Create a Comment
ActionIn Make“Creates a new comment.”
Threads stay alive while your team is busy: a reply appears under an existing post without anyone opening PeerBoard.
Search Posts/Comments
SearchIn Make“Searches for posts and comments.”
You get back the posts and comments that match your search, each one as its own bundle, ready for the next module.
List Posts
SearchIn Make“Returns a list of posts.”
Instead of matching keywords, this module hands over posts as a plain list, which suits scenarios that need the feed itself.
Spaces
6 modulesCreate a Space
ActionIn Make“Creates a new space.”
Each project, cohort or client gets its own corner of the community without manual setup, because a scenario opens the space for you.
Update a Space
ActionIn Make“Updates an existing space.”
Space details stay in line with the rest of your tools, since this module edits a space that already exists rather than creating another.
Add Members to a Space
ActionIn Make“Adds new members to a space.”
People appear in the right space automatically, which spares an admin from adding them one by one after every sale or sign-up.
Get a Space
ActionIn Make“Returns an existing space.”
When a scenario only holds a reference to a space, this module fetches the space itself so the following modules can use its details.
List Spaces
SearchIn Make“Returns a list of spaces.”
All your spaces arrive as separate bundles, one per space, which lets a scenario act on each of them in turn.
Delete a Space
ActionIn Make“Deletes an existing space.”
Navigation stays clean once a project or a cohort is over, because this module removes the space from your community.
Members
6 modulesCreate a Member
ActionIn Make“Creates a new member.”
New people get a PeerBoard profile without anyone typing their details, which fits communities that grow from sign-ups in other tools.
Update a Member
ActionIn Make“Updates an existing member.”
Profiles stay accurate when this module rewrites an existing member with data coming from the tool where it changed first.
Invite a Member
ActionIn Make“Sends an invitation to a new member by email.”
An invitation email goes out from PeerBoard and the person decides when to join, which keeps the choice on the member's side.
Get a Member
ActionIn Make“Returns an existing member.”
One member's profile comes back in full, so later modules can greet, route or tag that person with the right information.
Search Community Members
SearchIn Make“Searches for community members.”
Finding people from what you already know about them is the job here, and each match arrives as its own bundle.
Delete a Member
ActionIn Make“Deletes an existing member.”
Access ends at the same time as a contract or a subscription, since this module takes the person out of the community.
Groups
6 modulesCreate a Group
ActionIn Make“Creates a new group.”
Members get sorted into sets you can reuse, and this module creates such a group on demand from any event in your other apps.
Update a Group
ActionIn Make“Updates an existing group.”
A group keeps matching reality when this module edits it, so you never have to delete it and rebuild it from scratch.
Add Members to a Group
ActionIn Make“Adds new members to a group.”
Segmentation runs by itself: people join a group as soon as something happens in another tool.
Remove Members from a Group
ActionIn Make“Removes members from a group.”
Group membership shrinks automatically when a status ends, so nobody keeps a place they no longer have a reason to hold.
Get a Group
ActionIn Make“Returns an existing group.”
This returns one group with its details, which helps a scenario fill a message or decide which branch to follow next.
Delete a Group
ActionIn Make“Deletes an existing group.”
A group you no longer need disappears without a trip to the admin panel, which keeps member settings easy to read.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Anything the ready-made modules leave out stays within reach: this one sends a request of your choice to the PeerBoard API, using the connection you already set up.
Need help automating PeerBoard with Make?
A person reads every message.