Documentation Index
Fetch the complete documentation index at: https://memberpulseptyltd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The MemberPulse WordPress plugin provides seamless integration between your WordPress website and MemberPulse platform.Features
| Feature | Description |
|---|---|
| Auto-updates | Plugin updates automatically |
| SSO Integration | Single sign-on with WordPress users |
| Content Sync | Sync events, courses, and resources |
| Shortcodes | Embed MemberPulse content easily |
| SEO Features | Schema markup and meta tags |
| Widgets | Sidebar and footer widgets |
Installation
From WordPress Admin
- Go to Plugins > Add New
- Search for “MemberPulse”
- Click Install Now
- Click Activate
Acceptance Criteria
Frontend
- From WordPress Admin workflow is implemented in the UI as described.
Backend / API
- Backend behavior supports From WordPress Admin as documented.
Permissions
- Access is restricted per the Capabilities matrix on this page (or equivalent role rules).
Business Rules
- All business rules for this feature are enforced.
Error Handling
- Error states return clear messages and appropriate HTTP status codes.
Manual Installation
- Download the plugin ZIP file
- Go to Plugins > Add New > Upload Plugin
- Upload the ZIP file
- Click Install Now and Activate
Acceptance Criteria
Frontend
- Manual Installation workflow is implemented in the UI as described.
Backend / API
- Backend behavior supports Manual Installation as documented.
Permissions
- Access is restricted per the Capabilities matrix on this page (or equivalent role rules).
Business Rules
- All business rules for this feature are enforced.
Error Handling
- Error states return clear messages and appropriate HTTP status codes.
Configuration
Connect to MemberPulse
- Go to Settings > MemberPulse
- Enter your API key from MemberPulse
- Click Connect
Acceptance Criteria
Frontend
- Connect to MemberPulse workflow is implemented in the UI as described.
Backend / API
- Backend behavior supports Connect to MemberPulse as documented.
Permissions
- Access is restricted per the Capabilities matrix on this page (or equivalent role rules).
Business Rules
- All business rules for this feature are enforced.
Error Handling
- Error states return clear messages and appropriate HTTP status codes.
Settings
| Setting | Description |
|---|---|
| API Key | Your MemberPulse API key |
| Cache Duration | How long to cache data (default: 1 hour) |
| Enable SSO | Allow WordPress login with MemberPulse |
| Sync Interval | How often to sync content |
Acceptance Criteria
Frontend
- Settings workflow is implemented in the UI as described.
Backend / API
- Backend behavior supports Settings as documented.
Permissions
- Access is restricted per the Capabilities matrix on this page (or equivalent role rules).
Business Rules
- All business rules for this feature are enforced.
Error Handling
- Error states return clear messages and appropriate HTTP status codes.
Related Pages
Troubleshooting
For WordPress plugin issues, see the Admin Support Guide.Acceptance Criteria
Frontend
- UI provides configuration controls and status/health indicators for this integration.
Backend / API
- Integration can be connected, configured, and exercised end-to-end (auth + sync/webhooks).
Permissions
- Only
ROLE_CLIENT_ADMIN(or equivalent) can configure the integration.
Business Rules
- Data sync respects tenant isolation and mapping rules.
Error Handling
- Auth and sync failures are surfaced with actionable messages and retry behavior.