AFI AFI

bbPress

Estimated reading: 2 minutes Updated August 1, 2026

bbPress is the long-running open-source forum plugin for WordPress. Advanced Form Integration captures bbPress events (new topics, new replies, new forum users) and routes the data to any of 200+ destinations.

What you’ll need

  • The bbPress plugin installed and activated.
  • At least one forum configured.
  • The Advanced Form Integration plugin installed and activated.

Event data captured

Field Format
Event type topic_created, reply_created, user_registered
Author name Same as input
Author email Same as input
Author ID Numeric WordPress user ID
Topic title If applicable
Topic ID Numeric bbPress topic ID
Reply ID If applicable
Forum name The containing forum
Content Topic or reply body, plain text
Created at YYYY-MM-DD HH:MM:SS

Create the integration

  1. Go to WP Admin → AFI → Add New.
  2. Enter an Integration Title.
  3. In Trigger → Form/Data Provider, select bbPress.
  4. In Form/Task Name, choose the event.
  5. In Action → Platform, pick the destination and complete the field mapping.
  6. Optional: configure Conditional Logic.
  7. Click Save Integration.

Screenshot: AFI Add New screen with bbPress selected

Conditional logic example

Goal: ping the moderation team’s Slack channel when a new topic is posted in the Bug Reports forum.

Create a Slack integration on the Topic Created event. Open the Conditional Logic panel, add a condition with the forum name field, Equal To, value Bug Reports.

Related docs