Kooperativa: create monitor
kooperativa_create_monitorSet up webhook monitors for profile or company changes. Receive signed POST notifications when job, title, headline, location, skills, staff, or description updates occur.
Instructions
Subscribe to change events on a professional profile or company URL. Kooperativa sends a signed POST to webhook_url whenever a change is detected (job change, title change, headline change, location change, skills change for people; staff count or description change for companies). webhook_url must be HTTPS. The returned webhook_secret for signature verification is only shown once, at creation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | What kind of entity to monitor. | |
| label | No | Optional human-readable name for this monitor. | |
| events | No | Event types to subscribe to, e.g. ['person.job_changed','person.title_changed']. Defaults to all events for the given type if omitted. | |
| subject_url | Yes | Full profile or company URL to monitor. | |
| webhook_url | Yes | HTTPS endpoint that will receive change events. |