Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.09 KB

discord.mdx

File metadata and controls

33 lines (24 loc) · 1.09 KB
title description
Discord
Connecting your Discord server to Buttondown to send newsletters to your community

import Layout from "../../components/Layout"; import Playground from "../../components/Playground/Playground"; import Notice from "../../components/Notice"; import { getCookie } from "cookies-next"; import ConditionallyRender from "../../components/ConditionallyRender";

export const username = getCookie("newsletter_username") || "";

export const meta = { title: "Discord", description: "Connecting your Discord server to Buttondown to send newsletters to your community", }; export default ({ children }) => {children};

Discord

Buttondown's webhooks are magical. They automatically detect Discord and format your newsletters to be sent as Discord messages:

This means that it takes all of five seconds to start having notifications for new emails or subscribers sent to your Discord server.

Head on over to the webhooks doc to learn more.