From workhuman-pack
Guides Workhuman Social Recognition API integration via webhooks, covering OAuth auth, recognitions/rewards endpoints, HRIS sync, and error handling for employee recognition workflows.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin workhuman-packThis skill is limited to using the following tools:
Guidance for webhooks events with Workhuman Social Recognition and rewards API.
Guides integration with Workhuman Social Recognition API for employee rewards and nominations, covering OAuth auth, REST endpoints, HRIS sync, and error handling.
Implement BambooHR webhook endpoints with HMAC validation for global and permissioned employee events. Handles change payloads for real-time notifications and sync triggers.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Guidance for webhooks events with Workhuman Social Recognition and rewards API.
| Endpoint | Method | Description |
|---|---|---|
/api/v1/recognitions | GET | List recognitions |
/api/v1/recognitions | POST | Create nomination |
/api/v1/recognitions/:id | GET | Get recognition status |
/api/v1/users | GET | List employees |
/api/v1/rewards/catalog | GET | Browse reward catalog |
/api/v1/rewards/redeem | POST | Redeem points for reward |
| Error | Cause | Solution |
|---|---|---|
401 Unauthorized | Token expired | Re-authenticate |
403 Forbidden | Insufficient permissions | Check role/permissions |
422 Validation | Missing fields | Check required fields |
404 Not Found | Invalid ID | Verify resource exists |
See related Workhuman skills for more patterns.