Skip to main content
Call Apollo Signal from a Route Handler, Server Action, or other server-only module. Do not import the SDK into a Client Component. The client uses https://api.signal.apollodeploy.com by default. Before you start, create an API key with Emails: Send permission and verify the From domain.
1

Install the SDK

2

Configure the server secret

Add SIGNAL_API_KEY to your deployment environment. Do not prefix it with NEXT_PUBLIC_.
3

Create a route handler

app/api/send-welcome/route.ts
Validate and authorize the incoming request before accepting arbitrary recipients. Add rate limits when the route is reachable outside your trusted application flow.

All SDKs

Compare every supported language and framework.

API key safety

Keep credentials out of client bundles and logs.