Available platforms
| Platform | Type | Notes | Source |
|---|---|---|---|
| Pabbly Connect | iPaaS workflow builder | Triggers and actions for crypto payments | no-code/pabbly |
| Activepieces | Open-source automation platform | Same shape as Pabbly | no-code/activepieces |
| GiveWP | WordPress donation plugin | Crypto-donation gateway | no-code/givewp |
| Gravity Forms | WordPress form builder | Adds a payment field that creates an AlgoVoi link | no-code/gravity-forms |
| X (Twitter) automation | Auto-tweet on payment, share checkout links | Pairs with the X bot | no-code/x |
Pabbly Connect (live in the public app store)
AlgoVoi is published as a Pabbly Connect app. To use it:- Log in at connect.pabbly.com.
- Create a workflow and search for AlgoVoi.
- Connect with an
algv_…API key. The API base defaults tohttps://cloud.algovoi.co.uk. - Leave Tenant ID and payout-address fields blank if you’re using the cloud-managed flow. The cloud gateway pulls those from the tenant attached to your API key.
https://api1.ilovechicken.co.uk and fill in Tenant ID plus payout addresses explicitly.
Actions
- Create payment link generates a hosted-checkout URL.
- Verify payment checks on-chain status by token.
- List networks returns all supported chains and assets.
Triggers
- Payment confirmed fires an instant webhook when a payment settles on-chain.
Activepieces
Same shape as Pabbly Connect, but self-hosted under your own Activepieces instance. Use this if you don’t want to depend on a third-party SaaS workflow runner.WordPress family
GiveWP and Gravity Forms are WordPress plugins. Install them through the normal WordPress admin, paste your AlgoVoi API key, and a “Pay with USDC” payment option appears in the donation form or form-builder field.See also
- Outbound webhooks for posting the same
payment.confirmedevent to your own backend - Chat bots for the conversational equivalent (Telegram, Discord, etc.)