manifest / integrations / creem-io-api
Creem.io API to WordPress Sync
Connect your WordPress site with Creem.io API to automatically create user accounts and assign roles when customers make a purchase.
by sinanisler · github.com/sinanisler/creem-io-api · website
★ 7stars
19release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/sinanisler/creem-io-api/releases/download/v0.6/creemio-api.zipFrom the readme
Creem.io WordPress Plugin
Automatically create WordPress users from Creem.io sales with API.
Features
- Automatic user creation from purchases
- Product-specific role assignment
- Per-product auto-create toggle
- Refund handling
- Subscription management
- Welcome emails
- Activity logging
- User management UI
- Dashboard statistics
Installation
1. Download the latest release plugin ZIP from GitHub and upload via Plugins → Add New → Upload
2. Activate the plugin
3. Go to Creem.io API → Settings
4. Paste your API key (that you copied from Creem.io dashboard → Settings → API Keys)
5. Click Test & Fetch Products to load your products
6. Enable Auto Create Users for each product you want to trigger account creation
7. Save Settings — the cron job starts automatically
Shortcode: Use [creembillinglink] anywhere to show a billing portal link for logged-in users.
Optional attributes: text, class, notloggedintext, nosubscriptiontext
Example: [creembillinglink text="Manage Billing" class="button"]
Example: [creembillinglink notloggedintext="Please log in to manage your subscription."]
Read the full README on GitHub →