wpForo
wpForo is a free WordPress forum plugin from gVectors. Advanced Form Integration captures wpForo events (new topics, new replies, member registrations) and routes the data to any of 200+ destinations.
What you’ll need
- The wpForo plugin installed and activated.
- At least one forum board 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 |
| Forum name | The containing board |
| Content | Topic or reply body, plain text |
| Created at | YYYY-MM-DD HH:MM:SS |
Create the integration
- Go to WP Admin → AFI → Add New.
- Enter an Integration Title.
- In Trigger → Form/Data Provider, select wpForo.
- In Form/Task Name, choose the event.
- In Action → Platform, pick the destination and complete the field mapping.
- Optional: configure Conditional Logic.
- Click Save Integration.

Conditional logic example
Goal: notify the moderation team when a topic includes flagged keywords like spam or urgent.
Create a Slack integration on the Topic Created event. Open the Conditional Logic panel, add multiple Contains conditions on the topic title field with Any semantics.