A task board with a database and notifications — cards and deadlines under control

The scenario reflects board actions in a database, notifies members in the messenger and reminds about cards due today.

  • Board actions are reflected in the database automatically
  • Members get task notifications
  • Cards due today arrive as reminders
  • Board, database and alerts — in sync
WebhookSupabaseTrello

How it works

To get GitHub notifications in Telegram, you don't need a developer: a ready-made scenario watches events and sends messages for you.

  1. Starts when: Trello Trigger
  2. Then: Create card
  3. Then: Create Card Webhook
  4. Starts when: Webhook
  5. Check: Trello Action Type Check
  6. If yes: username
  7. Then: Code in JavaScript
  8. Then: Send a text message
  9. Then: Update card due-date
  10. Check: Add/Remove Member from Card Switch
  11. If yes: Get user row
  12. Check: Does User Exist?
  13. If yes: Code in JavaScript1
  14. Then: Create user card relation
  15. If no: Create user
  16. If no: Delete from users-card
  17. Then: Send a text message1
  18. Then: Code in JavaScript2
  19. Then: Get users in card
  20. Then: usernames 1
  21. Then: Get user-card
  22. Starts when: Due-Date Notification Schedule Trigger
  23. Then: Get all cards due today

You can launch this GitHub + Telegram integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.