Open ryanpardieck opened 5 years ago
Hey, we're using Gatsby with Lever (moving form Greenhouse) and would love this feature added or documentation to help us set it up if it exists.
Right now we've set it up to pull Lever jobs in Gatsby, but have run into this missing piece of the pie.
Yeah, +1 on this.
+1 on this please. Any updates since last year ?
+1 on this, still seems unavailable as per a support request ticket.
+1 to this as well. We use Netlify and just need a postings update webhook URL to trigger rebuilds 🙏
+1 on this. We also use Netlify to trigger builds.
+1; we're in the same boat as everyone else here. Asked Lever support, but they did not seem to even understand our request.
Lever definitely needs to implement this asap. In the mean time, for anyone new to Lever, the best workaround is to set up a cron job and call GET /postings
with updated_at_start
parameter. If it returns anything, rebuild.
An outgoing webhook when a company's Postings data changes would enable better use of static site generators with the Postings API. I looked briefly into using the gatsby-source-lever plugin mentioned in the README, but without the ability to update the static files as the underlying data is changed, using a static generator like Gatsby is a lot less appealing.
Thanks, Ryan