ok
OK.ru (Odnoklassniki) is one of the largest social networks in Russia and the CIS, with a strong focus on connecting classmates, friends, and family. OK.ru offers a rich API for content publishing, group management, media handling, and social interactions.
With the OK.ru integration in AACFlow, you can:
- Publish media content: Post photos, videos, and text updates to user profiles and groups
- Manage group activities: Create and moderate group discussions, polls, and events
- Send notifications: Deliver push notifications and messages to users
- Retrieve user profiles: Access user information, friends lists, and group memberships
- Track engagement: Monitor likes, comments, and shares on published content
- Upload media: Manage photo albums and video content programmatically
This integration enables automated social media management and content distribution on OK.ru, streamlining your outreach and engagement workflows.
Usage Instructions
Integrate OK.ru into the workflow. Can publish posts, upload media, manage groups, and retrieve user data. Requires OK.ru API access credentials.
Tools
ok_post
Create a post on OK.ru
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
groupId | string | No | Group ID to post to (leave empty for personal wall) |
message | string | Yes | Post content |
attachment | object | No | Media attachment object |
type | string | No | Post type (USER or GROUP) |
accessToken | string | Yes | OK.ru access token |
Output
| Parameter | Type | Description |
|---|---|---|
postId | string | ID of the created post |
ok_group_info
Get OK.ru group information
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
groupId | string | Yes | Group ID |
fields | string | No | Additional group fields |
accessToken | string | Yes | OK.ru access token |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Group ID |
name | string | Group name |
description | string | Group description |
membersCount | number | Number of members |
photoUrl | string | Group photo URL |

