The connector syncs a single Buddy workspace, its members, and its groups. It
maps workspace membership and group membership as access grants. For each group
member it records whether they are a member or a manager of the group, and it
surfaces a member’s workspace-level admin and owner flags as member attributes.
The connector reads your workspace, its members, and its groups, so the access
token must belong to a user who can view workspace members and groups. On the
Free plan, the workspace must also have the Enable developer API setting
turned on before any token can call the API.
1
Sign in to Buddy and open your profile Settings.
2
Go to Personal access tokens and create a new token with the scopes
needed to read the workspace and its members (at minimum the workspace and
member-read scopes).
3
Copy the generated token.
4
Note your workspace domain — the short identifier in your workspace URL
https://app.buddy.works/<domain>/..., not the display name.
Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Buddy and click Add.
3
Choose how to set up the new Buddy connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the Buddy credentials:
Buddy Base URL: The API host for your account. Enter
https://api.buddy.works for the US cloud, https://api.eu.buddy.works
for the EU region, or your self-hosted instance origin with the /api
suffix (for example https://buddy.example.com/api).
Buddy API Token: Your personal access token.
Buddy Workspace Domain: The short workspace domain to sync.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your Buddy connector is now pulling access data into C1.
Follow these instructions to run the Buddy connector in your own
environment.
1
Create secrets for the Buddy credentials.
2
Configure the connector with:
Buddy Base URL: The API host for your account —
https://api.buddy.works (US), https://api.eu.buddy.works (EU), or
your self-hosted instance origin with the /api suffix.
Buddy API Token: Your personal access token.
Buddy Workspace Domain: The short workspace domain to sync.
3
Deploy the connector using your standard self-hosted connector process.
Done. Your Buddy connector is now pulling access data into C1.