- Home
- Resources
- Integrations
- OfficeRnD Flex
OfficeRnD Flex Make integrationAutomate OfficeRnD Flex with Make.
Can Make run the busywork of your coworking space for you? The OfficeRnD Flex Make integration gives you 38 modules, 2 of them triggers, for members, bookings, fees and events. This page walks you through the connection, a first scenario and every module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the OfficeRnD Flex Make integration do?
The OfficeRnD Flex Make integration links the workspace platform you already run to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single step such as watching, creating or looking up a record. Your members, memberships, bookings, fees, events and posts can then move to and from your other tools without copying.
Welcome every newcomer. Watch Members spots each member added to your space, and Create a Post can greet them in OfficeRnD Flex, or another app can send the first email. Nobody has to remember the new face.
Keep billing in step with sales. When a deal closes in your CRM, Create a Membership and Create a Fee set up the plan and the charge, so the invoice side never lags behind the signature.
Hand contracts to the rest of the team. Watch Contracts picks up each new contract, and the next module can post it to your team chat or log it in a spreadsheet for the finance lead.
Two things to know first. Both triggers are scheduled: Make checks OfficeRnD Flex on the scenario's schedule, never the instant a record appears. And the doc gives no numeric limit, so test with Run once before you switch anything on. When a module is missing, Make an API Call reaches the rest of the OfficeRnD API with the same connection.
Many apps also have an n8n node; the n8n vs Make comparison helps you pick. Plan costs are covered in Make pricing, and the Make training takes you further once this first scenario runs.
How do you connect OfficeRnD Flex to Make?
- 01
Create an application in OfficeRnD Flex
In OfficeRnD Flex, open Settings > Data & Extensibility > Developer Tools and click Create Application. Name it, set its permissions, and if asked, paste the callback URI
https://www.integromat.com/oauth/cb/officernd. Save, then click View to reveal the Client ID and Client secret. - 02
Open a connection in Make
In your scenario, add any OfficeRnD Flex module and click Create a connection. A connection is your OfficeRnD account linked to Make once, then reused by every module. In Org slug, type the last part of your admin URL: for
https://app.officernd.com/make/, that ismake. - 03
Paste the credentials and save
Copy the Client ID and Client secret into the Client ID and Client Secret fields, give the connection a name if you like, and click Save. Make can now list your OfficeRnD Flex records inside every module you add.
Your first scenario: a welcome post for each new member
GoalWhen a new member is added in OfficeRnD Flex, Make publishes a welcome post for them.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to add its first module. Search for OfficeRnD Flex and pick Watch Members.
- 02
Link your account
Click Create a connection and fill the Org slug, Client ID and Client Secret you prepared above. Every OfficeRnD Flex module in this scenario will reuse that connection.
- 03
Add the welcome post
Click the + on the right of Watch Members and choose Create a Post. Map the member details from the first module into the text, so each bundle (one member) gets its own post.
- 04
Test with Run once
Add a test member in OfficeRnD Flex, then click Run once. Open the bubble above each module to read the bundles it received and check that the post came out as planned.
- 05
Schedule and switch it on
Click the clock on Watch Members. A new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Pick your interval, then switch the scenario on.
What can start an OfficeRnD Flex scenario?
2 modules start a scenario when something happens in OfficeRnD Flex. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by OfficeRnD Flex as soon as it happens.
Watch Contracts
Scheduled triggerIn Make“Triggers when a new contract is added.”
You get every newly added contract handed to your scenario as its own bundle, ready for the next module to file, announce or copy somewhere else. Each contract that comes through becomes one run of the modules that follow it.
Watch Members
Scheduled triggerIn Make“Triggers when a new member is added.”
Each person added as a member in OfficeRnD Flex reaches your scenario as a fresh bundle, so onboarding steps can start without anyone lifting a finger. This is the natural first module for welcome messages, CRM updates and access requests.
Every OfficeRnD Flex module, and when to pick it
OfficeRnD Flex gives you 36 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create a Booking
- Create a Fee
- Create a Member
- Create a Membership
- Create an Event
- Create a Post
- Delete a Booking
- Delete a Fee
- Delete a Member
- Delete a Membership
- Delete an Event
- Get a Booking
- Get a Fee
- Get a Member
- Get a Membership
- Get an Event
- Get a Post
- Make an API Call
- Update a Booking
- Update a Fee
- Update a Member
- Update a Membership
- Update an Event
- List Bookings
- List Events
- List Fees
- List Members
- List Memberships
- List Posts
- Triggers
- Members
- Memberships
- Bookings
- Posts
- Fees
- Other
Create a Booking
ActionIn Make“Creates a booking.”
This module books a slot in OfficeRnD Flex for you, straight from another tool, so a reservation taken elsewhere lands in your space's calendar without retyping.
Create a Fee
ActionIn Make“Creates a fee.”
Adds a charge in OfficeRnD Flex from your scenario, which keeps extra services billed even when they are sold outside the platform.
Create a Member
ActionIn Make“Creates a member.”
Registers a new person in OfficeRnD Flex from data your scenario already holds, so a signup somewhere else becomes a member record with no copy and paste.
Create a Membership
ActionIn Make“Creates a membership.”
Gives a member a membership in OfficeRnD Flex from your scenario, so the plan they bought exists in the platform as soon as the sale closes.
Create an Event
ActionIn Make“Creates an event.”
Puts a new event on your OfficeRnD Flex calendar from another source, so your community programme stays in one place even when it is planned elsewhere.
Create a Post
ActionIn Make“Creates a new post.”
Publishes a new post in OfficeRnD Flex from your scenario, which turns announcements, welcomes and reminders into something that happens on its own.
Delete a Booking
ActionIn Make“Deletes a booking.”
Removes a booking from OfficeRnD Flex, which frees the slot when a cancellation happens in another tool your clients use.
Delete a Fee
ActionIn Make“Deletes a fee.”
Wipes a fee off OfficeRnD Flex from your scenario, useful when a charge was created by mistake or a service was refunded somewhere else.
Delete a Member
ActionIn Make“Deletes a member.”
Takes a person out of OfficeRnD Flex for good, which keeps your member list clean when someone leaves and your other tools already know it.
Delete a Membership
ActionIn Make“Deletes a membership.”
Ends a membership by removing it from OfficeRnD Flex, while the member record itself stays in place for later.
Delete an Event
ActionIn Make“Deletes an event.”
Pulls an event off your OfficeRnD Flex calendar, so a talk cancelled in your planning tool does not keep attracting members.
Get a Booking
ActionIn Make“Retrieves a booking by ID.”
Fetches one booking by its ID and gives your scenario its full details, handy when an earlier step only knows which booking it is.
Get a Fee
ActionIn Make“Retrieves an individual fee object.”
Reads a single fee from OfficeRnD Flex, so your scenario can check a charge before it writes anything to your accounting tool.
Get a Member
ActionIn Make“Retrieves an individual member.”
Brings back one member's record, which gives the next modules the details they need to personalise an email, a post or a CRM update.
Get a Membership
ActionIn Make“Retrieves individual membership.”
Looks up one membership in OfficeRnD Flex, so your scenario can tell which plan a person is on before it acts.
Get an Event
ActionIn Make“Gets a single event by eventId.”
Pulls a single event by its eventId, giving your scenario the details to reuse in a newsletter, a chat message or a calendar elsewhere.
Get a Post
ActionIn Make“Gets a single post by postId.”
Reads one post by its postId, so you can copy an announcement published in OfficeRnD Flex to your newsletter or team chat.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole OfficeRnD API from your scenario, with the same connection, whenever the ready-made modules do not cover what you need.
Update a Booking
ActionIn Make“Updates a booking.”
Changes an existing booking in OfficeRnD Flex, so a reschedule made in another tool is reflected without cancelling and rebooking.
Update a Fee
ActionIn Make“Updates a fee.”
Edits a fee that already exists, which keeps billing in OfficeRnD Flex matched to a correction made elsewhere.
Update a Member
ActionIn Make“Updates a member.”
Refreshes a member's record in OfficeRnD Flex from the tool where their details changed first, so both sides stay in agreement.
Update a Membership
ActionIn Make“Updates a Membership.”
Adjusts a membership in place, which covers upgrades and plan changes without ending one membership and starting another.
Update an Event
ActionIn Make“Updates an event.”
Rewrites an event already on your calendar, so a new room, time or speaker decided elsewhere shows up for members.
List Bookings
SearchIn Make“Retrieves all bookings.”
Returns your bookings as separate bundles, one per booking, so the next modules can report on them or copy them to another calendar.
List Events
SearchIn Make“Retrieves all events.”
Collects the events of your OfficeRnD Flex space, one bundle each, ready to feed a newsletter, a website page or a chat digest.
List Fees
SearchIn Make“Retrieves all fee objects.”
Brings back fee records as individual bundles, which lets your accounting sheet or finance tool see every charge without an export.
List Members
SearchIn Make“Retrieves all members.”
Pulls your member list out as bundles, one person each, useful for syncing a CRM or checking whether someone is already registered.
List Memberships
SearchIn Make“Retrieves all memberships.”
Hands your scenario every membership as its own bundle, which makes plan reports and renewals easy to follow from a spreadsheet.
List Posts
SearchIn Make“Retrieves all posts.”
Retrieves your posts as a stream of bundles, so announcements written in OfficeRnD Flex can be archived or shared in other channels.
Triggers
ActionIn the docs onlyTriggers shows up in Make's OfficeRnD Flex list as its own entry, labelled as an action, yet the official doc gives it no description at all.
Members
ActionIn the docs onlyMembers is listed as a separate OfficeRnD Flex item in Make with the action type, and neither the directory nor the doc explains what it does.
Memberships
ActionIn the docs onlyYou will spot Memberships among the OfficeRnD Flex entries in Make, typed as an action but left without any official description.
Bookings
ActionIn the docs onlyBookings appears as an extra action entry for OfficeRnD Flex in Make, and the documentation stays silent about its role.
Posts
ActionIn the docs onlyIn the module picker, Posts sits next to the post modules as an undocumented action entry, with no official line explaining it.
Fees
ActionIn the docs onlyFees is one more OfficeRnD Flex action in Make that arrives without a description in the directory or the doc.
Other
ActionIn the docs onlyOther closes the list of OfficeRnD Flex entries in Make as an action with no documented purpose, so its scope stays unclear.
Need help automating OfficeRnD Flex with Make?
A person reads every message.