OfficeR&D connector icon

OfficeR&D Connector

Embed customer-facing automations that sync members, companies, bookings, resources, invoices and webhook events so customers connect OfficeRnD to CRMs, billing and analytics without leaving your app.

01

Sync core records

Keep members, companies and bookings synchronized automatically.

02

Event-driven workflows

Trigger automations from OfficeRnD webhooks in real time.

03

Scale safely

Reuse orchestration across tenant accounts with governance.

04

Embedded experience

Deliver customer-facing workflows natively inside your SaaS product.

CONNECTOR OVERVIEW

Overview

Integrate OfficeRnD to automate member and company records, bookings, room and desk resources, invoices and real-time webhook events for member, booking and payment activity. Cyclr lets engineering teams build reusable, multi-tenant workflows, publish in-app integrations and orchestrate event-driven syncs across systems. (developer.officernd.com)

PRODUCT USE CASES

Top Use Cases for OfficeR&D Integrations

Using Cyclr you can deliver advanced, user friendly custom integration experiences for your customers. Cyclr sits as an invisible layer behind your existing SaaS style and UI. As a result your customers are not sent off to third-party applications to install integrations, they can achieve it all natively.

CRMs

  • Create customer experience invitations for new CRM contacts

ORCHESTRATION

How OfficeR&D works with Cyclr

Cyclr sits between your SaaS product and OfficeR&D to handle authentication, govern access and orchestrate every API call per customer, at scale.

  1. 1

    Your SaaS product

    Your app requests an action for a specific customer.

  2. 2

    Cyclr orchestration

    Cyclr authenticates, applies policies and routes the request.

  3. 3

    OfficeR&D

    OfficeR&D processes the request and returns a response to your app.

Customer-specific authentication · Governed data movement · Centralized visibility and audit

CONNECTOR COVERAGE

Available connector capabilities

Explore OfficeR&D methods you can orchestrate through Cyclr.

Members5

Create New Member

Action

Add a new member.

Get Updated Members

Action

Retrieve all members updated since last run.

Get New Members

Action

Retrieve all members created since last run.

Get Members List

Action

Retrieve all members.

Get Member

Action

Retrieve an individual member.

Memberships5

Get Membershp

Action

Retrieve individual membership.

Get Membershps List

Action

Retrieve all memberships.

Get Updated Membershps

Action

Retrieve all memberships updated since last run.

Get New Membershps

Action

Retrieve all memberships created since last run.

Create Membershps

Action

Add multiple membership objects.

Offices1

Get Offices List

Action

Retrieve all locations in the space.

Teams1

Get Teams List

Action

Retrieve all teams.

Plans1

Get Plans List

Action

Retrieve all plans.

TECHNICAL DETAILS

OfficeR&D integration and API details

Review the sourced authentication and API behaviour used when configuring customer-facing OfficeR&D integrations in Cyclr.

API and authentication

API host
https://app.officernd.com/api/v2
Authentication
OAuth 2.0
Credentials

Client ID; Client Secret; Organization slug; requested OAuth scopes

Method categories

Members, companies, bookings, resources, events, invoices; list, create, update, delete, webhooks

View vendor API documentation →

Pagination and rate limits

Pagination

Cursor-based pagination using $limit and $cursorNext/$cursorPrev; default and max page size is 50 items. (developer.officernd.com)

Rate limits

Per-user/integration per-org limits: default 400 reads/min (20k/day) and 100 writes/min (5k/day); headers include rate info. (developer.officernd.com)

IMPLEMENTATION

Authentication at a glance

OfficeRnD API v2 uses OAuth 2.0 (client credentials for server-to-server) with granular scopes for read/write access. Confirm the enabled Cyclr option in Console. (developer.officernd.com)

Authentication method
OAuth 2.0
Credential required

Client ID; Client Secret; Organization slug; requested OAuth scopes

Before you begin:

API v2 enforces OAuth scopes and entity-scoped writes; confirm org slug and scopes at setup.

View setup guide