diff --git a/apps/api/src/controllers/v0/crawl.ts b/apps/api/src/controllers/v0/crawl.ts
index fa7627da..5de5eccf 100644
--- a/apps/api/src/controllers/v0/crawl.ts
+++ b/apps/api/src/controllers/v0/crawl.ts
@@ -75,7 +75,7 @@ export async function crawlController(req: Request, res: Response) {
await checkTeamCredits(chunk, team_id, limitCheck);
if (!creditsCheckSuccess) {
- return res.status(402).json({ error: "Insufficient credits. You may be requesting with a higher limit than the amount of credits you have left. If not, upgrade your plan at https://firecrawl.dev/pricing or contact us at hello@firecrawl.com" });
+ return res.status(402).json({ error: "Insufficient credits. You may be requesting with a higher limit than the amount of credits you have left. If not, upgrade your plan at https://firecrawl.dev/pricing or contact us at help@firecrawl.com" });
}
// TODO: need to do this to v1
diff --git a/apps/api/src/controllers/v0/scrape.ts b/apps/api/src/controllers/v0/scrape.ts
index 9bc41fc1..02b9400e 100644
--- a/apps/api/src/controllers/v0/scrape.ts
+++ b/apps/api/src/controllers/v0/scrape.ts
@@ -209,7 +209,7 @@ export async function scrapeController(req: Request, res: Response) {
earlyReturn = true;
return res.status(500).json({
error:
- "Error checking team credits. Please contact hello@firecrawl.com for help.",
+ "Error checking team credits. Please contact help@firecrawl.com for help.",
});
}
diff --git a/apps/api/src/controllers/v1/crawl-status-ws.ts b/apps/api/src/controllers/v1/crawl-status-ws.ts
index 18222edc..f552492f 100644
--- a/apps/api/src/controllers/v1/crawl-status-ws.ts
+++ b/apps/api/src/controllers/v1/crawl-status-ws.ts
@@ -175,7 +175,7 @@ export async function crawlStatusWSController(ws: WebSocket, req: RequestWithAut
logger.error("Error occurred in WebSocket! (" + req.path + ") -- ID " + id + " -- " + verbose);
return close(ws, 1011, {
type: "error",
- error: "An unexpected error occurred. Please contact hello@firecrawl.com for help. Your exception ID is " + id
+ error: "An unexpected error occurred. Please contact help@firecrawl.com for help. Your exception ID is " + id
});
}
}
diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts
index 049b37a9..e32bf97f 100644
--- a/apps/api/src/index.ts
+++ b/apps/api/src/index.ts
@@ -207,7 +207,7 @@ app.use((err: unknown, req: Request<{}, ErrorResponse, undefined>, res: Response
}
logger.error("Error occurred in request! (" + req.path + ") -- ID " + id + " -- " + verbose);
- res.status(500).json({ success: false, error: "An unexpected error occurred. Please contact hello@firecrawl.com for help. Your exception ID is " + id });
+ res.status(500).json({ success: false, error: "An unexpected error occurred. Please contact help@firecrawl.com for help. Your exception ID is " + id });
});
logger.info(`Worker ${process.pid} started`);
diff --git a/apps/api/src/services/notification/email_notification.ts b/apps/api/src/services/notification/email_notification.ts
index e451e0c0..e4575b32 100644
--- a/apps/api/src/services/notification/email_notification.ts
+++ b/apps/api/src/services/notification/email_notification.ts
@@ -23,7 +23,7 @@ const emailTemplates: Record<
},
[NotificationType.RATE_LIMIT_REACHED]: {
subject: "Rate Limit Reached - Firecrawl",
- html: "Hey there,
You've hit one of the Firecrawl endpoint's rate limit! Take a breather and try again in a few moments. If you need higher rate limits, consider upgrading your plan. Check out our pricing page for more info.
If you have any questions, feel free to reach out to us at hello@firecrawl.com
You've hit one of the Firecrawl endpoint's rate limit! Take a breather and try again in a few moments. If you need higher rate limits, consider upgrading your plan. Check out our pricing page for more info.
If you have any questions, feel free to reach out to us at help@firecrawl.com
Your auto recharge failed. Please try again manually. If the issue persists, please reach out to us at hello@firecrawl.com
Your auto recharge failed. Please try again manually. If the issue persists, please reach out to us at help@firecrawl.com