Common Room Integration with Orkes Conductor
- v5.3.0 and later
Integrating Common Room with Orkes Conductor lets you build workflows that interact with your Common Room using the following operations:
- Check API Token Status
- Add or Edit User
- Get Activity Types
- Add or Edit Activity
- Get Custom Fields
- Get Segments
- Get Segment Statuses
- List Tags
- Create Tag
- Update Tag
- Delete Tag
- Get Tag
This guide explains how to set up and use the integration. Here’s an overview:
- Get the required credentials from the Common Room.
- Configure a new Common Room integration in Orkes Conductor.
- Use Common Room integration in workflows.
Step 1: Get the Common Room credentials
To integrate Common Room with Orkes Conductor, get the API key from Common Room.
Get the API key
To get the API key:
- Log in to the Common Room.
- Go to Settings > API Keys.
- Select Create New API Key.
- Enter a descriptive name for your key.
- Copy and store the API key as it will be shown only once.
Get the Destination Source ID
The Destination Source ID is required for the Add or Edit User and Add or Edit Activity operations.
To get the Destination Source ID:
- Go to Settings > Signals on your Common Room console.
- Select Add Signal > API Signal, or select an existing API Signal.
- Copy the Destination Source ID from the signal configuration.
For more information, refer to the Common Room API Signal Documentation.
Step 2: Add an integration for Common Room
After obtaining the credentials, add a Common Room integration to your Conductor cluster.
To create an integration:
- Go to Integrations > Connected Apps from the left navigation menu on your Conductor cluster.
- Select + New integration.
- In the Community section, choose Common Room.
- Select + Add and enter the following parameters:
| Parameter | Description | Required/Optional |
|---|---|---|
| Integration name | A name for the integration. | Required. |
| API Key | The Admin API key retrieved from Common Room in Step 1. | Required. |
| Description | A description of the integration. | Required. |

- (Optional) Toggle the Active button off if you don’t want to activate the integration instantly.
- Select Save.
Step 3: Use Common Room integration in workflows
Once the integration is ready, this can be used directly within the workflows.
To use Common Room integration in a workflow:
- Go to Definitions > Workflow from the left navigation menu on your Conductor cluster.
- Select + Define workflow.
- In your workflow, select the (+) icon and select Connected Apps.

- In Add Task panel on the right, search for Common Room, and select the integration created in Step 2.
The following operations are available for use with this integration.
| Operation | Description |
|---|---|
| Check API Token Status | Verify that the Common Room API token is valid and retrieve basic details about the associated community. |
| Add or Edit User | Add a new contact or update an existing contact in the Common Room. |
| Get Activity Types | Retrieve the list of activity types available in the Common Room community. |
| Add or Edit Activity | Add a new activity or update an existing activity in the Common Room to track community interactions. |
| Get Custom Fields | Retrieve the list of custom fields defined in the Common Room community. |
| Get Segments | Retrieve the list of segments defined in the Common Room community. |
| Get Segment Statuses | Retrieve the list of statuses available for a specific segment in the Common Room community. |
| List Tags | Retrieve the list of tags defined in the Common Room community. |
| Create Tag | Create a new tag in the Common Room community. |
| Update Tag | Update the name or description of an existing tag in the Common Room community. |
| Delete Tag | Delete an existing tag from the Common Room community. |
| Get Tag | Retrieve the details of a specific tag in the Common Room community. |
- Select the required operation, configure the parameters, and select Save > Confirm.
- Select Execute to run the workflow.
For the complete operations parameters and output reference, see Common Room Operations Reference.