OttoKit Team
August 18, 2026

New Triggers and Platform Updates in OttoKit

We’ve been busy. Here’s what’s new in the latest OttoKit update.

New Triggers

Two new subscription triggers for an existing integration:

Easy Digital Downloads (EDD):

Added “Subscription Status Changed” and “Subscription Cancelled” triggers.

Both pass full subscriber and subscription details into your workflow, and the status trigger supports optional From/To status filters so you can target a specific transition.

Platform Improvements

System Variables: Added a “Workflows” column to the System Variables table, showing how many workflows use each variable, with click-through to that filtered list. This brings System Variables in line with the usage count already available for Custom Variables.

Code Editor field: The “@” picker inside Code Editor fields now supports Custom and System Variables, not just data from previous steps. Secret variables stay masked, and you can search and insert them right at your cursor.

Fixes

Gravity Forms: Updated the integration to be compatible with the latest Gravity Forms version, which changed some classes used for the OttoKit–Gravity Forms connection.

OttoKit Team
August 3, 2026

New WordPress Integrations and Workflow Controls in OttoKit!

We’ve been busy. Here’s what’s new in the latest OttoKit update.

New Integrations

Two new WordPress integrations are live and ready to use:

JetBooking

Triggers

  • Booking Created
  • Booking Status Changed
  • Booking Cancelled
  • Booking Deleted

Actions

  • Create a booking
  • Update a booking’s status
  • Delete a booking
  • Get booking details
  • List bookings

Directories Pro

Triggers

  • New Listing Submitted
  • Listing Published
  • Listing Updated
  • Listing Deleted
  • New Review Submitted
  • Review Published

Actions

  • Approve a listing
  • Delete a listing
  • Add or update a listing

Includes dynamic directory and listing pickers so you can target the right directory.

New Triggers & Actions

SureDash

Added a new “Create Event in Space” action.

Create events directly inside your Event or Calendar spaces, with support for:

  • Event date
  • Start time
  • Duration
  • Timezone
  • RSVP link
  • Joining link
  • Recorded video link
  • Visibility scope
  • A custom cover image or embed media

The space selector only lists Event and Calendar spaces, so you can’t point it at the wrong space.

WP Travel Engine

Added three new coupon actions:

  • “Retrieve Coupon” to fetch a single coupon by ID
  • “List Coupons” with status and limit filters
  • “Update Coupon” to update an existing coupon without recreating it


SureMembers

Added a new “Get User Details” action.

It returns the user’s WordPress details along with their SureMembers access groups, including group names and expiration dates, so you can check someone’s membership status before the rest of your workflow runs.


Platform Improvements

Enable or Disable Individual Workflow Actions

You can now disable a single action inside a workflow instead of deleting it.

  • The disabled step is skipped at runtime.
  • The rest of the workflow continues as usual.
  • The step is recorded as skipped in your logs.
  • Disabled steps keep all their configuration.
  • An incomplete one no longer blocks you from saving or activating the workflow.
  • Branch and Loop steps always run, since routing and iteration depend on them.


Reorder Workspaces

Organization owners can now reorder workspaces within an organization using drag and drop in the workspace switcher, so the workspaces you use most sit right where you want them.

OttoKit Team
June 3, 2026

New WordPress Integrations in OttoKit

chatgpt image jun 3, 2026, 10 50 20 pm

We’ve been busy. Here’s what’s new in the latest OttoKit update, with two new integrations and improvements to a couple of WordPress favorites.

WordPress Integration Updates

Two new WordPress integrations are live and ready to use, plus improvements to existing ones:

  1. BookingPress — Automate your appointment workflows end to end. Trigger automations when a new appointment is booked, or when an existing appointment’s status changes (Approved, Pending, Canceled, or Rejected).
  2. Bricksforge — Connect your Bricks Builder Pro Forms to OttoKit. Trigger automations whenever a user submits a selected Bricksforge form, with a form selector so you can target a specific form.
  3. SureDash — Added a new “Lesson Completed” trigger. Fire automations each time a student completes a lesson, with an optional course filter to scope it to a specific course.
  4. BuddyBoss — Added a new “Unsubscribe User from Email Notifications” action, so you can turn off all email notification types for a user as part of any workflow.
OttoKit Team
May 27, 2026

New WordPress Integrations and Platform Updates in OttoKit

chatgpt image may 27, 2026, 10 12 34 pm

We’ve been busy. Here’s what’s new in the latest OttoKit update.

New Integrations

Five new WordPress integrations are live and ready to use:

  • Secure Custom Fields (SCF) – Triggers for Post, User, and Options SCF field updates. Actions to get and update SCF values, update repeater fields, and add sub-fields in a group.
  • Groups by itthinx – Triggers for User Added to Group, User Removed from Group, and Group Created. Actions to add and remove users from a group.
  • Spaces Engine – Triggers for Space Created, Updated, and Deleted. Actions to create, update, and delete spaces.
  • Advanced Forms for ACF – Form Submitted trigger with a form dropdown selector.
  • CLUEVO LMS – Assign User to Course action with an async course dropdown.

New Triggers & Actions

  • OttoKit Tables – Added “Find Record by Row ID” action that supports both numeric IDs and UUIDs.
  • Formatter (Date/Time) – Added “Calculate Total Days Between Dates” action that returns the total number of days as a single integer.

Plugin Improvements

  • Added an option to disable Outgoing Request Logging in the SureTriggers plugin (Status > Outgoing Requests), with constant and filter support for developers.

OttoKit Team
May 12, 2026

Introducing AI Agent V2 + Powerful New Integrations in OttoKit

chatgpt image may 13, 2026, 01 14 51 pm

We’re excited to roll out another major OttoKit update packed with new integrations, AI improvements, UX enhancements, formatter upgrades, and platform-wide fixes.

New Integrations

We’ve added support for the following integrations:

  • Bookly
  • Event Espresso
  • EventON
  • EventPrime
  • Support Genix

New Triggers

New triggers have been added for: RSS Feed

New Actions

We’ve introduced new actions for: Ninja Tables, SureMembers, LatePoint, Crypto, and SureDash.

Improvements & Enhancements

AI Agent V2

Introducing the new AI Agent V2 with major upgrades:

  • Support for multiple LLM providers including OpenAI, Anthropic (Claude), and Google
  • Built-in memory management
  • Per-provider connection badges for improved visibility and management

MCP Tools Improvements

We’ve significantly improved the MCP experience:

  • Tools are now grouped by connection for cleaner organization
  • Fixed multi-repeater processing issues for apps like Capsule CRM
  • Added a new `execute_integration_action` system tool that allows Claude to execute actions directly without requiring a full automation
  • OttoKit Tables and Forms now appear correctly inside the MCP tool picker

Connection UX Improvements

Managing AI connections is now faster and more intuitive:

  • Added a multi-provider AI connection picker supporting OpenAI, Anthropic, Google, Mistral AI, Groq, and DeepSeek
  • Added a per-connection context menu with options to rename, reconnect, and test connections instantly

Formatter Enhancements

The Formatter app received several upgrades:

  • DateTime action now supports localized formatting across 30 locales
  • Added new math operations including modulo, power, percentage of, percentage change, floor, ceil, and absolute value (abs)
  • Added a new Remove Line Breaks text operation

Additional Updates

  • Several apps received new triggers, actions, improvements, and bug fixes
  • Performance and stability improvements across the OttoKit platform and plugins
  • Multiple internal enhancements to improve reliability and workflow execution