Contact Information & Email Addresses
Official Juniro contact information for use across all platforms.
Last Updated: January 28, 2026
Company Information
| Field | Value |
|---|---|
| Company Name | Juniro Inc. |
| Location | Atlanta, GA, USA |
| Website | juniro.com |
Email Addresses
Primary Contact Emails
| Purpose | Used In | Status | |
|---|---|---|---|
| hello@juniro.com | General inquiries, transactional emails | Landing page, Resend emails | ✅ Active |
| support@juniro.com | Customer support | Support pages, Contact Us | ✅ Active |
| legal@juniro.com | Legal inquiries, Terms/Privacy | Terms page, Privacy page | ✅ Active |
| privacy@juniro.com | Privacy & data requests | Privacy page | ✅ Active |
Internal/System Emails
| Purpose | Status | |
|---|---|---|
| noreply@juniro.com | Calendar invites, no-reply notifications | 🔜 Setup needed |
| outreach@juniro.com | Sales outreach (Apollo) | ✅ Active |
| api@juniro.com | API documentation contact | ✅ Reference only |
Future/Planned Emails
| Purpose | Status | |
|---|---|---|
| providers@juniro.com | Provider-specific support | 🔜 Planned |
| partnerships@juniro.com | Business partnerships | 🔜 Planned |
| press@juniro.com | Media inquiries | 🔜 Planned |
| careers@juniro.com | Job applications | 🔜 Planned |
Email Configuration
Resend (Transactional Emails)
All transactional emails are sent via Resend:
RESEND_API_KEY=re_xxxxxxxx
RESEND_FROM_EMAIL=Juniro <hello@juniro.com>
RESEND_REPLY_TO=hello@juniro.com
Templates configured:
- Waitlist confirmation
- Provider signup welcome
- Referral notifications
- Booking confirmations
- Password reset
See: Resend Transactional Emails
Email Domain Setup
Domain juniro.com is verified with:
- ✅ SPF record
- ✅ DKIM record
- ✅ DMARC record
Where Contact Info Appears
Website Components
| Component | Email Shown | Location Shown |
|---|---|---|
| ContactUs page | support@juniro.com | Atlanta, GA, USA |
| Privacy page footer | privacy@juniro.com | - |
| Terms page footer | legal@juniro.com | - |
| Footer contact | hello@juniro.com | - |
JSON-LD (SEO)
Structured data in layout.tsx files uses:
email: 'hello@juniro.com'addressLocality: 'Atlanta'addressRegion: 'GA'addressCountry: 'US'
Social Media
| Platform | URL | Status |
|---|---|---|
| Twitter/X | @juniro | 🔜 Claim needed |
| facebook.com/juniro | 🔜 Claim needed | |
| @juniro | 🔜 Claim needed | |
| linkedin.com/company/juniro | 🔜 Setup needed |
Usage Guidelines
When to Use Each Email
| Scenario | Email to Use |
|---|---|
| General questions | hello@juniro.com |
| Technical support | support@juniro.com |
| Privacy/data requests | privacy@juniro.com |
| Legal matters | legal@juniro.com |
| Sales/outreach replies | outreach@juniro.com |
| Provider onboarding | hello@juniro.com |
Code References
When adding contact info in code, use constants:
// Recommended: Use environment variables or constants
const SUPPORT_EMAIL = 'support@juniro.com';
const GENERAL_EMAIL = 'hello@juniro.com';
const COMPANY_LOCATION = 'Atlanta, GA, USA';
Updating Contact Info
When contact information changes:
- Update this documentation page
- Update
ContactUs.tsxin juniro-design - Update JSON-LD in layout files (juniro-web-launch, juniro-web-public)
- Update Resend sender configuration
- Sync design system to web apps
Keep this page updated when adding new email addresses or changing contact information.