CLAUDE CODE MARKETPLACES
Skillsflight505/skill-forgeworkhuman-webhooks-events

workhuman-webhooks-events

Workhuman webhooks events for employee recognition and rewards API.

npx skills add https://github.com/flight505/skill-forge --skill workhuman-webhooks-events
SKILL.md

Workhuman Webhooks Events

Overview

Guidance for webhooks events with Workhuman Social Recognition and rewards API.

Instructions

Key Workhuman API Concepts

  • Auth: OAuth 2.0 client credentials flow
  • Recognition: Peer-to-peer and manager nominations with points
  • Awards: Configurable levels (bronze, silver, gold, platinum)
  • Values: Company values attached to recognitions
  • HRIS Sync: Bidirectional sync with Workday, SAP SuccessFactors
  • Integrations: Microsoft Teams, Slack, Outlook native plugins

Core API Endpoints

EndpointMethodDescription
/api/v1/recognitionsGETList recognitions
/api/v1/recognitionsPOSTCreate nomination
/api/v1/recognitions/:idGETGet recognition status
/api/v1/usersGETList employees
/api/v1/rewards/catalogGETBrowse reward catalog
/api/v1/rewards/redeemPOSTRedeem points for reward

Error Handling

ErrorCauseSolution
401 UnauthorizedToken expiredRe-authenticate
403 ForbiddenInsufficient permissionsCheck role/permissions
422 ValidationMissing fieldsCheck required fields
404 Not FoundInvalid IDVerify resource exists

Resources

Next Steps

See related Workhuman skills for more patterns.

Installs0
GitHub Stars0
LanguagePython
AddedJun 5, 2026
View on GitHub