← Tools Reference

Circle

Circle integration (Communication, Productivity). Imported from open-connector.

API key5 toolshttps://app.circle.so/api/admin/v2
GET
circle_get_community
Get details about the Circle community associated with the current API token.

/community

GET
circle_get_community_member
Get a Circle community member by ID.

/community_members/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Circle community member ID.
GET
circle_list_posts
List Circle basic posts with optional space, status, search, and sort filters.

/posts

7 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request from Circle.
per_pageintegeroptionalThe number of records to request per page.
space_idintegeroptionalThe Circle basic space ID used to filter posts.
space_group_idintegeroptionalThe Circle space group ID used to filter posts.
statusstringoptionalThe Circle post status filter.
search_textstringoptionalText used to search Circle posts.
sortstringoptionalThe Circle post sort order.
GET
circle_get_post
Get a Circle basic post by ID.

/posts/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Circle post ID.
GET
circle_get_space_group
Get a Circle space group by ID.

/space_groups/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Circle space group ID.