Recipes
Ready-to-adapt snippets for common UpHunt workflows.
Copy, paste, adapt. Every snippet below solves a real integration problem.
Apply only when the client is verified
Skip jobs from unverified clients by inspecting the webhook payload before calling /apply.
Apply with the right specialized profile
Route React jobs to the "React Developer" profile, Python jobs to the "Backend Engineer" profile.
Bid higher on enterprise-tier jobs
Daily digest of applied jobs
Send a Slack message every morning with yesterday's activity.
Retry logged_out with backoff
logged_out is transient — UpHunt reconnects the business developer automatically. Retry the same jobId after a short delay.
Deduplicate matches across feeds
If the same job can hit multiple feeds, skip duplicates with a 30-day TTL Redis set.
n8n workflow
For no-code automation, see UpHunt + n8n — a full visual workflow you can import.