List of companies to check. Each entry needs: name (any label), atsType ("greenhouse", "lever", "ashby", or "auto"), and boardToken (the slug from that company's careers page URL, e.g. jobs.lever.co/). Use "auto" if you are not sure which ATS a company uses – the Actor will try Greenhouse, then Lever, then Ashby with the token you give it.
Default:[
{
"name": "Greenhouse",
"atsType": "greenhouse",
"boardToken": "greenhouse"
},
{
"name": "Ramp",
"atsType": "ashby",
"boardToken": "ramp"
},
{
"name": "Wealthsimple",
"atsType": "lever",
"boardToken": "wealthsimple"
}
]