<aside> ☝
NOTE: Jojo must be a member of a destination channel
</aside>
Grab channelId
from your Discord server:
Make this request:
curl --request POST \\
--url <https://app.digicord.site/api/v1/send-data> \\
--header 'Authorization: Bearer <YOUR_API_KEY>' \\
--header 'Content-Type: application/json' \\
--data '{
"channelId": "1250687651212693600",
"payload":{
"content": "Hello from API",
"embeds": [
{
"title": "Title here",
"description": "Description here",
"author": {
"name": "Goon"
}
}
]
}
}'
Tada!