discord as the platform value in post payloads.
Quick Reference
Connect
Start a Discord connect flow through the shared connect API:discord as the provider. Discord accounts are connected through a bot
install flow. Kavenio stores bot and webhook credentials encrypted and never
returns provider secrets in API responses.
After connect, select a postable channel:
Create A Post
Create Discord posts through the shared posts API:Settings
Discord account settings include the selected guild, selected channel, and webhook display identity:webhookUsername and webhookAvatarUrl to customize the webhook identity.
Use channelId to switch the posting channel.
Direct Messages
Send a direct message through the connected bot:Roles And Members
Discord role and member management is guild scoped:@everyone role.
Pins
Pin management is channel scoped:Scheduled Events
Scheduled event management is guild scoped:external, voice, and stage_instance events. Use
status: "cancelled" with PATCH to cancel an event. Use DELETE only for
hard deletion.