- Estimated Bounty: $50
- Difficulty: Easy/Medium
- Labels:
backend, notifications, webhooks
Description
To increase expert response times, we want a notifier service that pings experts on Discord or Telegram when a seeker books a session or submits an arbitration request.
Technical Scope & Steps
- Create a
NotificationService helper class.
- Accept webhooks URLs for Telegram bots and Discord channels.
- Format rich-text embeds summarizing the notification context (e.g., "New booking request from Seeker [Address] for $50/hr").
- Hook this notifier class to run whenever a database record creates a new session event.
Acceptance Criteria
- Sending a request successfully posts formatted embed notifications to the target channel.
- Failures or timeouts on third-party APIs (Discord/Telegram) do not interrupt the core app server flow.
backend,notifications,webhooksDescription
To increase expert response times, we want a notifier service that pings experts on Discord or Telegram when a seeker books a session or submits an arbitration request.
Technical Scope & Steps
NotificationServicehelper class.Acceptance Criteria