-
-
Notifications
You must be signed in to change notification settings - Fork 8
Notifications
Currencyinfo can be optionally configured to send notifications for different platforms, find details on them within this section.
To send notifications to your ADAMANT address, you first need to create a new account for the bot. Simply generate a new passphrase at adm.im or use the adamant-console through the terminal for advanced users.
Make sure you have enough ADM to send messages on the new account. You can get a little bit for free here.
Copy the passphrase from the account that will send notifications and paste it into the adamantPassphrase
field. Then, list the addresses of the accounts that will receive notifications, separated by commas, and put them in the adamant
field.
Example:
"notify": {
"adamantPassphrase": "ramp weather glance salute regret knife seven major grace sudden shop change",
"adamant": [
"U12345678901234567890"
]
}
First, create a new Slack app.
- Navigate to Features ➔ Incoming Webhooks in the sidebar.
- Activate Incoming Webhooks.
- Click "Add New Webhook to Workspace" and choose a channel to post your notifications.
Paste the Webhook URL you just created into slack
field inside notify
object:
"notify": {
"slack": [
"https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
]
}
First, open your Discord server.
- Navigate to the Server Settings ➔ Integrations tab.
- Click on Webhooks and then click on New Webhook.
- Press on the created hook and choose channel to post your notifications.
- Click Copy Webhook URL
Add the Webhook URL you copied into discord
field inside notify
object:
"notify": {
"discord": [
"https://discord.com/api/webhooks/123456789012345678/aBCdeFg9h0iJKl1-_mNoPqRST2uvwXYZ3ab4cDefgH5ijklmnOPQrsTuvWxYZaBC-de_"
]
}