Common Room
Lets an agent work with your Common Room community intelligence through the Community API: list and search members, get a member, list activities and segments, list tags, and write notes or apply tags to a member. Useful for community CRM enrichment from a workflow.
What it can do
| Method | What it does |
|---|---|
commonroom_members_list | List community members (optionally by segment). |
commonroom_members_search | Search members by free text (name / email / handle). |
commonroom_member_get | Get one member by ID. |
commonroom_activities_list | List activities (optionally for one member). |
commonroom_segments_list | List segments. |
commonroom_tags_list | List tags. |
commonroom_note_create | Create a note on a member. |
commonroom_tag_add | Apply a tag to a member. |
commonroom_request | Generic passthrough to any Community API endpoint for full API coverage. |
How to get your token
Common Room authenticates with an API token sent as the Authorization: Bearer <token> header.
- Sign in to Common Room.
- Open Settings -> API tokens (see the Common Room docs).
- Create a token and copy it.
- Paste it into FlyMyAI.
Fields to fill
| FlyMyAI field | Where it comes from |
|---|---|
COMMONROOM_API_TOKEN | Common Room -> Settings -> API tokens |
Troubleshooting
401 Unauthorized- the token is wrong or revoked. Create a new one under Settings -> API tokens.403 Forbidden- the token's plan or role does not grant API access; check your Common Room plan and token permissions.404 Not Foundon a named action - the exact path for that resource differs on your account. Usecommonroom_requestwith the path from your account's API docs.- Empty member results - the segment ID filter may be wrong; list segments first with
commonroom_segments_list.
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Common Room!