Skip to main contentWordPress Integration
The WordPress integration enables your QuickBot to interact with WordPress sites, create posts, manage users, and handle content dynamically.
Setup
1. WordPress API Setup
- Ensure your WordPress site has the REST API enabled (default in WordPress 4.7+)
- For authentication, you’ll need either:
- Application passwords (recommended for WordPress 5.6+)
- JWT authentication plugin
- OAuth plugin
- Add the WordPress block to your flow
- Enter your WordPress site URL
- Configure authentication method
- Test the connection
Actions
Create Post
Create new WordPress posts with:
- Title and content
- Categories and tags
- Featured images
- Custom fields
- Publication status
Get Posts
Retrieve WordPress posts based on:
- Categories
- Tags
- Date ranges
- Custom queries
User Management
- Create new users
- Update user profiles
- Get user information
Use Cases
- Automatically create blog posts from user submissions
- Generate content based on bot conversations
- User registration through bot interactions
- Content recommendations based on user preferences
Authentication Methods
Application Passwords (Recommended)
- Go to Users > Profile in WordPress admin
- Generate an application password
- Use username and application password in the block
JWT Authentication
- Install a JWT authentication plugin
- Configure JWT settings
- Use JWT tokens in the block
Troubleshooting
- Verify WordPress REST API is accessible
- Check authentication credentials
- Ensure proper user permissions
- Review WordPress security plugins that might block requests