Add ses hook parser to capture all the events

This commit is contained in:
KMKoushik
2024-04-16 14:04:30 +10:00
parent 293277ed32
commit 9465960f0a
22 changed files with 712 additions and 105 deletions

View File

@@ -2,6 +2,7 @@ import Link from "next/link";
import { redirect } from "next/navigation";
import {
Bell,
BellRing,
CircleUser,
Globe,
Home,
@@ -10,6 +11,7 @@ import {
LineChart,
Mail,
Menu,
MessageSquareMore,
Package,
Package2,
Search,
@@ -85,6 +87,16 @@ export default async function AuthenticatedDashboardLayout({
Domains
</NavButton>
<NavButton href="/sms" comingSoon>
<MessageSquareMore className="h-4 w-4" />
SMS
</NavButton>
<NavButton href="/sms" comingSoon>
<BellRing className="h-4 w-4" />
Push notification
</NavButton>
<NavButton href="/api-keys">
<KeyRound className="h-4 w-4" />
API keys