HiBob
We’re integrating with HiBob to transform their modern HR platform into the engine for all your people workflows. When employees join, request time off, or change roles in Bob, Tallyfy automatically orchestrates every related process - from equipment provisioning to manager approvals to compliance tracking - all while maintaining Bob as your central people platform.
HiBob excels at modern HR - beautiful interfaces, employee self-service, and smart automation. But people processes extend beyond HR data management. Every new hire needs IT setup, training schedules, and team integration. Every promotion triggers compensation reviews, access changes, and announcement workflows.
Our integration bridges this gap. Bob manages the people data. Tallyfy orchestrates the processes. Together, they create a seamless employee experience from hire to retire.
Transform new hire chaos into smooth experiences:
- Pre-Boarding Magic: As soon as someone’s added to Bob, trigger equipment orders, account setup, and welcome communications
- First Day Delight: Pull role, team, and location data to orchestrate personalized onboarding experiences
- Cultural Integration: Automatically assign buddies, schedule coffee chats, and trigger team introductions
- Progressive Onboarding: 30/60/90-day check-ins based on start date with manager feedback loops
Go beyond approval to full coordination:
- Coverage Workflows: Time-off requests trigger coverage arrangement workflows
- Handoff Processes: Extended leave triggers knowledge transfer workflows
- Return Planning: PTO end dates trigger return-to-work preparation
- Balance Management: Low balance alerts trigger policy reminder workflows
Connect Bob events to comprehensive workflows:
- Promotion Workflows: Role changes trigger comp reviews, announcement, and access updates
- Transfer Management: Department moves trigger equipment, access, and introduction workflows
- Performance Cycles: Review periods trigger multi-step evaluation workflows
- Offboarding Excellence: Terminations trigger IT, knowledge transfer, and exit workflows
Direct integration using Bob’s modern APIs:
// Example: Create onboarding workflow from Bob new hireconst handleBobNewHire = async (employeeData) => { // Get complete employee profile from Bob const employee = await bobAPI.get(`/people/${employeeData.id}`, { includeCustomFields: true, includeWorkHistory: true });
// Get manager and team information const manager = await bobAPI.get(`/people/${employee.reportsTo.id}`); const team = await bobAPI.get(`/teams/${employee.team.id}`);
// Create personalized onboarding workflow const workflow = await fetch('https://api.tallyfy.com/v1/workflows', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_TALLYFY_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ template_id: 'bob_smart_onboarding', name: `Onboarding - ${employee.displayName}`, data: { // Bob employee data employee_id: employee.id, display_name: employee.displayName, email: employee.email, personal_email: employee.personalEmail,
// Role and team job_title: employee.work.title, department: employee.work.department, team_name: team.name, team_members: team.members,
// Manager details manager_name: manager.displayName, manager_email: manager.email, skip_level: employee.work.reportsToIdSecondary,
// Location and setup work_location: employee.work.location, site: employee.work.site, desk_location: employee.work.custom.desk_number,
// Start details start_date: employee.work.startDate, contract_type: employee.work.employmentType,
// Custom fields from Bob shirt_size: employee.custom.shirt_size, dietary_restrictions: employee.custom.dietary_needs, equipment_preferences: employee.custom.equipment_prefs } }) });
return workflow.json();};
Real-time event processing:
// Handle Bob webhook eventsapp.post('/webhooks/bob', async (req, res) => { const event = req.body;
switch(event.type) { case 'employee.created': await createOnboardingWorkflow(event.employee); break;
case 'timeoff.requested': await createCoverageWorkflow(event.timeoff); break;
case 'employee.updated': if (event.changes.includes('work.title')) { await createPromotionWorkflow(event.employee); } break;
case 'employee.terminated': await createOffboardingWorkflow(event.employee); break; }
res.status(200).json({ received: true });});
Use unified HR platforms:
- Merge: Comprehensive HiBob integration via unified API
- Apideck: Single API for multiple HRIS including Bob
- Bindbee: Connect to 50+ HRIS platforms including Bob
- Workato: Pre-built Bob recipes for automation
Deploy through Bob’s integration marketplace:
- Build integration using Bob’s API
- Package as marketplace app
- Submit for Bob review
- Enable one-click installation for customers
- Maintain and support integration
A 300-person SaaS company uses Bob + Tallyfy for:
- Remote Onboarding: Equipment ships automatically based on location
- Team Rituals: New hires automatically added to team ceremonies
- Performance Management: OKR cycles triggered quarterly
- Culture Programs: Birthday/anniversary workflows automated
- Exit Interviews: Consistent offboarding regardless of reason
Results: 90% employee satisfaction, 50% faster time-to-productivity
An agency with 500 employees across 10 countries:
- Localized Onboarding: Country-specific workflows for compliance
- Project Staffing: Skills in Bob trigger assignment workflows
- Time-Off Coverage: Creative teams coordinate coverage automatically
- Client Access: Background checks triggered for client work
- Freelancer Management: Contractor-to-FTE conversion workflows
A startup scaling from 50 to 250 employees:
- Rapid Hiring: Bulk onboarding workflows for cohorts
- Role Evolution: Frequent title/responsibility change workflows
- Equity Management: Stock option workflows integrated with Bob
- Culture Scaling: Automated culture programs as team grows
- Manager Training: New manager promotion triggers training
Comprehensive API access:
- Employee Data: Full CRUD operations on people records
- Time Off: Policies, requests, balances, and approvals
- Documents: Upload and manage employee documents
- Tasks: Create and track tasks and checklists
- Reports: Access and generate custom reports
- Custom Fields: Full support for custom data
Bob provides excellent developer support:
- SDKs Available: Node.js, Python, PHP, .NET
- Sandbox Environment: Test safely with synthetic data
- API Explorer: Interactive API documentation
- Webhooks: Real-time event notifications
- Code Samples: Ready-to-use integration examples
- Virtual Support: Responsive developer assistance
Enterprise-grade security:
- OAuth 2.0: Industry-standard authentication
- Service Accounts: Secure API-only access
- Rate Limiting: Prevents overload and ensures stability
- Encryption: Data encrypted in transit and at rest
- Audit Logs: Complete API activity tracking
- GDPR Compliant: Privacy-first architecture
What you can sync:
- Employee profiles and custom fields
- Organizational structure and teams
- Time-off balances and requests
- Documents and attachments
- Compensation and benefits data
- Performance review cycles
- Company policies and handbooks
Bob’s modern platform users expect modern automation:
- Customer Expectations: Bob users are tech-forward and demand integrations
- Competitive Edge: Workflow automation differentiates from traditional HRIS
- Platform Stickiness: Deep integrations increase retention
- Market Expansion: Automation appeals to larger enterprises
- Employee Experience: Complete automation delivers on Bob’s UX promise
Automate your people operations:
- Book a demo ↗ tailored to Bob users
- We’ll connect to your Bob sandbox
- Map your people workflows
- Build first automation live
- Deploy to your team
Want marketplace integration? Request Tallyfy in Bob’s marketplace through your account manager.
Elevate beyond HR administration:
- Employee journeys run automatically
- Managers get exactly what they need
- Nothing falls through cracks
- Compliance maintains itself
- You focus on culture and strategy
Finally, HR data that flows:
- Provision based on Bob roles
- Automate access management
- Reduce ticket volume
- Maintain security compliance
- Enable true zero-touch IT
- Set up Bob API access
- Configure webhooks
- Map custom fields
- Build first workflow
- Deploy onboarding automation
- Create time-off workflows
- Set up offboarding
- Test with real data
- Add role change workflows
- Build performance cycles
- Create culture programs
- Train managers
- Monitor adoption metrics
- Gather feedback
- Optimize workflows
- Add new automations
- 75% reduction in onboarding time
- 90% faster time-off processing
- 100% task completion rate
- 50% fewer HR tickets
- 80% manager satisfaction
- Higher employee retention
- Faster time-to-productivity
- Better compliance posture
- Improved employee experience
- Scalable HR operations
- 10+ hours saved per hire
- 5 hours saved per departure
- 30 minutes saved per time-off request
- Reduced compliance risk
- Lower HR operational costs
Every day without integration is another day of:
- Manual task coordination
- Delayed employee experiences
- Missed onboarding steps
- Manager frustration
- HR team overload
Transform your Bob investment: Schedule your consultation ↗
We’ll show you:
- Live Bob API integration
- Pre-built people workflows
- ROI for your organization
- Security framework
- Implementation timeline
Stop managing tasks. Start delivering experiences.
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks