Skip to content

Instantly share code, notes, and snippets.

@gnat
Last active April 6, 2023 20:54
Show Gist options
  • Save gnat/28564b508b33be3d4a64c82281225c1c to your computer and use it in GitHub Desktop.
Save gnat/28564b508b33be3d4a64c82281225c1c to your computer and use it in GitHub Desktop.
Trello notification to Discord webhook using trigger (NO zapier or bs)

NO ZAPIER!

Select Board

➡️ Automation

➡️ Rules

➡️ Create Rule

➡️ Add Trigger

➡️ (Choose a Rule, such as "when a card is added to the board by anyone", add with ➕)

➡️ Content (under "Select an Action")

➡️ URL (at the bottom), use "post to" "with headers"

  • URL: https://discord.com/api/webhooks/... (your Discord webhook URL)
  • Headers: {"Content-Type": "application/json"}
  • Payload: {"embeds":[{"title":"🔖 {cardname}","description":"🔗 {cardlink}"}]}

➡️ Save

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment