bbPress
Overview
AFI creates topics and replies in bbPress from WordPress form submissions. Use it to convert support enquiries into forum topics automatically, or to seed a forum from a CSV via inbound webhook.
Supported actions
- Create Topic — open a new topic in a specific forum.
- Create Reply — post a reply to an existing topic.
Authentication
- No API key — AFI writes directly to bbPress on the same WordPress install.
- Confirm bbPress is installed and activated.
How to create the integration
- In WordPress admin, go to AFI > New Integration.
- Pick your Sender (Contact Form 7, WPForms, WooCommerce, etc.) and the form / event to listen on.
- Pick bbPress as the Receiver, then pick the Task you want to run.
- Map sender fields onto bbPress’s fields. Forum ID, topic title, and content are required for a new topic. Author defaults to the form submitter (if logged in) or anonymous.
- Optional: add Conditional Logic so the action only fires on matching submissions.
- Save and run a test submission. Check AFI > Log if anything looks off.
Notes & caveats
- Anonymous topics: enable Allow guest posting in bbPress settings if forms aren’t behind a login.
- Sticky / category: set in bbPress after creation if needed — AFI creates standard topics by default.
- Spam filters (Akismet etc.) can hold AFI-created topics for moderation; whitelist the bot user if you want them auto-published.