Oktopost

Changelog

Track updates, new features, and improvements to the Oktopost API.

Stay up to date with the latest changes, new features, and improvements to the Oktopost API. We're constantly working to enhance the API experience and add new capabilities.


[Version 2.8.0] - 2026-04-12

Added

  • Added new Dashboards endpoints for Social BI: List Dashboards, Get Dashboard, and Get Dashboard Report Data.
  • Added MCP documentation for new Social BI tools: list_dashboards, get_dashboard, get_dashboard_report_data.
  • Added MCP "Analytics & Reporting" use-case update with Social BI dashboard example.

[Version 2.7.0] - 2026-03-31

Added

  • Added MCP documentation for new Inbox tools: list_conversations, get_conversation, update_conversation_status, get_conversation_timeline, assign_conversation, add_conversation_note, update_conversation_tags, reply_to_conversation, create_salesforce_case, list_conversation_tags, get_conversation_tag, update_conversation_tag, delete_conversation_tag, list_canned_responses, get_canned_response, create_canned_response.
  • Added MCP "Inbox Management" use-case section with examples for triaging DMs, comments, and mentions.

[Version 2.6.0] - 2026-03-30

Added

[Version 2.5.0] - 2026-03-29

Added

  • Added MCP documentation for new tools: update_campaign, update_message, list_posts, validate_video_upload, get_workflow, send_to_workflow, remove_from_workflow, get_board, update_board_topic, get_board_story, list_advocates, get_advocate, invite_advocate.
  • Added MCP documentation for get_post_analytics (new Analytics section).
  • Added TypeScript SDK link in the sidebar navigation.

Changed

  • MCP "Feedback" section replaced with "Analytics" section.

Removed

  • Removed send_feedback MCP tool and related references.

[Version 2.4.0] - 2026-03-25

Added

  • Added endpoint documentation for Integration Actions — execute operations on connected Salesforce, Marketo, and HubSpot integrations via a unified API.
  • Added endpoint documentation for Change Post Campaign — move a post to a different campaign.

[Version 2.3.0] - 2026-03-02

Fixed

  • Post update and delete examples now use v2/ API version.
  • Webhook signature verification example uses SHA-1 instead of SHA-256.

Added

  • Added callout to List Leads endpoint clarifying it returns only non-deleted Leads with a valid email address.

[Version 2.2.0] - 2026-01-02

Added

  • Added endpoint documentation for workflow item notes.

[Version 2.1.0] - 2025-12-14

Added

  • Added RemoteLeads field to the LIST and GET lead API.

[Version 2.0.0] - 2025-11-25

Changed

  • Documentation - Complete API documentation overhaul with enhanced examples and use cases

Changelog Format

We follow these conventions for changelog entries:

  • Added - New features and endpoints
  • Changed - Changes to existing functionality
  • Fixed - Bug fixes
  • Deprecated - Features that will be removed in future versions
  • Removed - Features that have been removed
  • Security - Security improvements and vulnerability fixes
  • Breaking Changes - Changes that require code updates

Version Numbering

We use Semantic Versioning:

  • Major (x.0.0) - Breaking changes
  • Minor (0.x.0) - New features, backwards compatible
  • Patch (0.0.x) - Bug fixes, backwards compatible