jobspipe-webhooks

Installation
SKILL.md

JobsPipe webhooks

JobsPipe POSTs job events to your endpoint: job.created when a new posting matches a saved subscription, and job.closed when a tracked job transitions from open to closed (paid plans). Webhook URLs and signing secrets are managed from the dashboard at https://jobspipe.dev/dashboard.

Payload

job.closed bodies are { event, id, timestamp, data } where data carries the job fields plus closed_reason and closed_at. job.created bodies are the normalized job record itself.

Verify every delivery

Each request carries two headers:

Installs
1
Repository
jobspipe/skills
First Seen
4 days ago
jobspipe-webhooks — jobspipe/skills