programmable actions for Dogecoin wallets
take payments, respond to donations, do good in three easy steps
Send a tweet, get an email, POST to a webhook... tell us!
Someone sends your wallet Doge.
Your action gets called. It's that simple.
Register an action with us. We monitor the Dogecoin blockchain, and as soon as we see a transaction meeting your criteria (to your wallet address, optionally from a source address), we'll perform the action you registered: sending you a DM on Twitter, POSTing to your webhook, sending you an email.
When we receive a Dogecoin payment from you, we'll enable your action:
Refill your credits any time with a simple transaction!
This service is now in active beta!
For developers, please see developer documentation on GitHub. There you can see the API commands and data model, as well as file bugs and feature requests.
Copyright 2021-2022 BBMLLC
{
"type": "sendTweet",
"my": "value",
"another": "value",
"third": "value"
}
{
"type": "sendEmail",
"my": "value",
"another": "value",
"third": "value"
}
{
"type": "postApi",
"my": "value",
"another": "value",
"third": "value"
}