Prompt
How do I set up Notify with my sending domain and API key?
Latest observation
To set up Notify (specifically the email API service at notify.cx) with your sending domain and API key, follow these steps.
1. Generate Your API Key
- Sign Up: Create your account at notify.cx/sign-up.
- Get the Key: Once logged in, navigate to the Credentials page or follow the dashboard checklist to generate your API key.
- Security Note: Copy the key immediately, as it is often only shown once. Store it securely as an environment variable (e.g.,
NOTIFY_API_KEY) rather than hardcoding it in your application code.
2. Verify Your Sending Domain
To send emails from your own domain (e.g., noreply@yourdomain.com), you must verify your ownership.
- Add Domain: Go to the Domains dashboard and add your domain.
- Update DNS: Notify will provide three specific DNS records—SPF, DKIM, and DMARC. You must add these exactly as shown to your domain registrar’s DNS settings.
- Wait for Propagation: Verification typically takes 24–48 hours for DNS changes to propagate globally. The domain status will automatically update from "pending" to "verified" once completed.
3. Test Your Integration
You do not need to wait for DNS propagation to start testing.
- Use the Sandbox: Use the test API endpoint (
/api/email/send/test) to verify your API key and request format. These tests are logged but do not count toward your production sending limits. - Production Sending: Once your domain is verified, you can begin sending production emails by including the
fromaddress in your API requests. Ensure your request header includes your API key (x-api-key).
Note: If you are referring to a different "Notify" service (such as GOV.UK Notify or a specific notification integration in another platform like Jira or Azure), please be aware that the setup steps may differ. The steps above specifically apply to the Notify email API for developers.
Citations
- https://notify.cx/docs/introduction
- https://notify.cx/docs/quick-start-guide
- https://plainenglish.io/apis/how-do-i-set-up-notify-with-my-sending-domain-and-api-key
- https://notify.cx/docs/authentication-and-api-keys
- https://stackademic.com/blog/does-notify-include-verified-domains-logs-and-webhooks-in-one-place
- https://www.notifications.service.gov.uk/using-notify
- https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-configure-notifications
- https://community.atlassian.com/forums/Jira-Service-Management-articles/Doing-Jira-Service-Management-Customer-Notifications-Right/ba-p/1877664
Observation history
See 2 earlier observations
Create a free Obsurfable account to unlock historical responses, model comparisons, and deeper brand intelligence.
How did Obsurfable measure this prompt?
Obsurfable records AI answers to buyer-style prompts in its research corpus (3 observations for this page). Metrics are distributions over observations, not a single static ranking.
Which AI systems does Obsurfable collect answers from?
OpenAI, ChatGPT, Google, Gemini, Google AI Mode, Anthropic, Claude, Perplexity, Grok, DeepSeek, Mistral, Copilot, and Meta AI.