Skip to main content
Common Room logo

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

MethodWhat it does
commonroom_members_listList community members (optionally by segment).
commonroom_members_searchSearch members by free text (name / email / handle).
commonroom_member_getGet one member by ID.
commonroom_activities_listList activities (optionally for one member).
commonroom_segments_listList segments.
commonroom_tags_listList tags.
commonroom_note_createCreate a note on a member.
commonroom_tag_addApply a tag to a member.
commonroom_requestGeneric 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.

  1. Sign in to Common Room.
  2. Open Settings -> API tokens (see the Common Room docs).
  3. Create a token and copy it.
  4. Paste it into FlyMyAI.

Fields to fill

FlyMyAI fieldWhere it comes from
COMMONROOM_API_TOKENCommon 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 Found on a named action - the exact path for that resource differs on your account. Use commonroom_request with 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.
We love our partners - FlyMy.AI builds with the best. Thanks, Common Room!