manifest / integrations / gumroad-api
Gumroad API WordPress
A WordPress plugin that automatically creates user accounts when customers purchase products from your Gumroad store. Connect Gumroad API.
★ 1stars
19release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/sinanisler/gumroad-api/releases/download/v0.7/gumroad-api.zipReadme
Gumroad API WordPress Plugin
A WordPress plugin that automatically creates user accounts when customers purchase products from your Gumroad store.
Features
- Automatic User Creation - Creates WordPress accounts automatically when customers buy from Gumroad
- Webhook Support - Real-time processing via Gumroad webhooks
- Cron Job Monitoring - Regular checks for new sales via API
- Role Assignment - Set default user roles or assign specific roles based on products
- Welcome Emails - Send customizable HTML welcome emails with login credentials
- Activity Logging - Track all API activities and user creations
- Password Reset Links - Automatically include password reset URLs in welcome emails
Dynamic Email Tags
Customize welcome emails with these tags:
{{site_name}}- Your site name{{site_url}}- Your site URL{{product_name}}- Purchased product name{{username}}- Generated username{{password}}- Generated password{{email}}- User's email{{login_url}}- WordPress login URL{{password_reset_url}}- Password reset link
Settings
- Connection - Configure Gumroad API access token and webhook URL
- User Roles - Set default roles and product-specific role assignments
- Welcome Email - Customize email subject and HTML template
- Cron Settings - Configure check intervals and sales limits
- Logs - View and manage API activity logs
Read the full README on GitHub →