Slack webhook: inbound O2C hours submission
POST
/api/v1/webhooks/slack/o2c-hoursReceives the /hours slash command and app_mention events from Slack and turns them into pending drawdown entries awaiting approval. Requests are verified against the Slack signing secret; the Slack workspace must be linked to a business via the O2C settings slack_team_id.
Authentication
Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.