Plays nicely with your whole stack
Native connectors for the tools your team already lives in — plus Zapier for 6,000+ more. Every integration works across chat, workflows and agents.
Twitch
StreamingAnnounce go-live and stream updates in Discord.
YouTube
StreamingPing the server for new videos and premieres.
TikTok
SocialShare new TikTok posts with your community.
Instagram
SocialRelay new posts and reels into a channel.
Kick
StreamingGo-live alerts when streamers hit Kick.
Steam
GamesNews, sales and free weekends for your game.
Epic Games
GamesWeekly free games drops, posted automatically.
Minecraft
GamesServer online status and player count pings.
Shopify
CommerceNew orders, drops and low-stock alerts to staff.
WooCommerce
CommerceOrder and product events from your WordPress shop.
Mailchimp
MarketingCampaign sent and subscriber events for staff channels.
X
SocialPost new tweets into Discord without the noise.
Reddit
SocialSubreddit posts and mentions for your community.
GitHub
DeveloperRelease notes and repo activity in Discord.
RSS
ContentCatch-all feeds for blogs, patch notes and more.
Showing 15 of 15 integrations. New connectors ship every month.
An API for everything we haven't built yet
Anything you can do in the dashboard, you can do over REST. Typed SDKs for TypeScript, Python and Go, signed webhooks for every event, and OpenAPI specs to generate the rest.
Typed SDKs
First-class TypeScript, Python and Go clients with streaming built in.
Signed webhooks
HMAC-SHA256 signatures, automatic retries and a replay console for debugging.
OpenAPI everything
Generate clients in any language from our always-current spec.
import { Sparko } from "@Sparko/sdk";
const Sparko = new Sparko({ apiKey: process.env.Sparko_KEY });
// Get notified when any workflow finishes
await Sparko.webhooks.create({
url: "https://api.acme.com/hooks/Sparko",
events: ["agent.completed", "image.generated"],
secret: process.env.WEBHOOK_SECRET,
});
// в†’ 201 Created В· signed with HMAC-SHA256Add Sparko to your Discord
Invite once, toggle modules, run everything from the Panel.