Hey, is it possible to integrate Teamtailor with my Webflow project? I have an API key. I also looked into Zapier but couldn’t get that to work.
Thanks,
Hey, is it possible to integrate Teamtailor with my Webflow project? I have an API key. I also looked into Zapier but couldn’t get that to work.
Thanks,
Integrate it how?
If you’re trying to list current job openings, you might be able to use their XML feed.
https://partner.teamtailor.com/job_boards/#1-http-webhooks
In general API integrations require a middle tier. You build a small system piece that performs your specific API work, using your specific API key, and you call that from your client-side JS code, and use the response how you like.
Serverless functions are good for this in some cases. I like cloudflare workers as well, since it fits with a lot of other infrastructure work I do.