Authorise once, then it keeps itself connected.
You approve Redsun against your JobAdder account through JobAdder's own consent screen. Redsun stores the refresh token server-side, re-authenticates itself before any call whose access token has expired, and carries on syncing without anyone reconnecting it.
- Open jobs are fetched with an updatedAt filter, so each run pulls only what changed since the last one
- Applications are posted to the job board advert the candidate came from, CV included as a file upload
- JobAdder custom field definitions are enumerated on connection and mapped onto Redsun's model
- Redsun polls JobAdder's deleted-record feeds and erases those candidates and applications on its side
- Tokens are held server-side under the service role and are never exposed to the browser
What the JobAdder adapter does.
Each item below maps to a JobAdder API v2 endpoint the adapter already calls.
Job Listings
Open roles come across with title, location, category, salary band, posted date and closing date, each mapped onto the job page and refreshed on the next run.
Job Board Applications
An application is posted to the job board advert it came from, carrying name, email, phone, cover letter and CV in a single multipart submission.
Market Context
Salary benchmarks and sector demand signals are attached to a lead before it reaches JobAdder, so the consultant opening it can see where the candidate sits in the market.
Custom Fields
JobAdder exposes its custom field definitions, so agency-specific fields are discovered at connection time, mapped onto Redsun's canonical model, and writable on the way back.
Deletion Feed
JobAdder publishes deleted candidates, applications and placements. Redsun polls those feeds so a record erased in your CRM is erased on the Redsun side as well.
Rate-Aware Sync
Sync stays inside JobAdder's published rate limit, paging a hundred records at a time across four workers, so a full agency sweep completes without starving your other integrations.
JobAdder Integration FAQs
Common questions about connecting JobAdder to your Redsun-powered recruitment website.
- How does Redsun integrate with JobAdder? +
- Redsun connects to JobAdder via native API integration. An hourly sync pulls jobs from JobAdder onto your website, and candidate applications are written back into your JobAdder pipeline with enrichment attached — salary expectations, sector context, and engagement data.
- What data syncs between Redsun and JobAdder? +
- Jobs, candidate applications, contact records, and status updates sync bi-directionally. A job created in JobAdder appears on your website on the next hourly sync, and applications submitted through your website are written to JobAdder straight away with source attribution and enrichment data.
- Do I need a developer to set up the JobAdder integration? +
- No. The integration is configured through a guided setup flow in Redsun's admin panel. You authorise Redsun through JobAdder's own OAuth consent screen, map your fields, and the scheduled sync starts from there. Redsun holds the refresh token server-side and re-authenticates itself before calls with an expired access token.
- How quickly do jobs appear on my website after being created in JobAdder? +
- The scheduled sync sweep runs hourly, so a job created in JobAdder appears on your Redsun-powered website on the next run. You can also trigger a sync by hand from the Connections screen if you want a role live sooner. When a job is closed or filled in JobAdder, it comes off your site on the following run.
- Can I use Redsun with JobAdder if I already have a website? +
- Yes. Redsun can replace your existing website entirely, or you can migrate gradually. The platform includes URL redirect tooling to preserve your SEO rankings during migration.