https://api.dailybot.com/v1/Users & Organization
6 endpoint sManage users, get /me and organization, update profiles and metadata, invite members.
Teams
5 endpoint sList teams, manage team membership, add or remove members.
Invitations
7 endpoint sInvite users (platform or guest), list and manage pending invitations.
Checkins & Forms
11 endpoint sCreate and manage check-ins, browse templates and forms, retrieve responses.
Messaging
3 endpoint sSend messages to users, teams, and channels. Send emails and open conversations.
Kudos
4 endpoint sList and send kudos for team recognition.
Workflows
8 endpoint sCreate, manage, and monitor automated workflows and execution logs.
Webhooks API
3 endpoint sCreate and manage webhook subscriptions and request sample payloads.
Mood Tracking
2 endpoint sGet and submit mood scores for wellbeing tracking.
Important Dates
2 endpoint sList and create important dates (birthdays, anniversaries).
Agent Reports
1 endpointSubmit activity reports from bots and CI/CD pipelines.
Commands Platform
10 endpoint sScheduling, storage, events, activity, and exchange tokens.
CLI
6 endpoint sCLI authentication and check-in update submission.
curl -X GET "https://api.dailybot.com/v1/{endpoint}/" \
-H "X-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-H "Accept: application/json"