lever / postings-api

API documentation and examples for the lever postings REST API
183 stars 38 forks source link

Webhook for Postings changes? #39

Open ryanpardieck opened 5 years ago

ryanpardieck commented 5 years ago

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.

  1. Does a webhook like this currently exist?
  2. If not, would it make sense to add one? An SSG feels like a really good fit for this API, but auto-updating on changes to the data is a pretty critical piece of the pie.

Thanks, Ryan

brotzky commented 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.

rogerramosme commented 5 years ago

Yeah, +1 on this.

thetoine commented 4 years ago

+1 on this please. Any updates since last year ?

knightspore commented 3 years ago

+1 on this, still seems unavailable as per a support request ticket.

katiebrady-astro commented 2 years ago

+1 to this as well. We use Netlify and just need a postings update webhook URL to trigger rebuilds 🙏

phonghho commented 2 years ago

+1 on this. We also use Netlify to trigger builds.

groenroos commented 1 year ago

+1; we're in the same boat as everyone else here. Asked Lever support, but they did not seem to even understand our request.

andyguo1023 commented 1 year ago

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.