Loom
We’re integrating with Loom to transform async video communication into structured workflows. When someone records a Loom for training, feedback, or updates, Tallyfy automatically orchestrates the follow-up actions - acknowledgments, responses, task creation, and documentation - ensuring video content drives actual outcomes, not just views.
Loom revolutionized async communication with quick video messages. But videos alone don’t ensure action. Training videos need acknowledgment tracking. Feedback videos need response workflows. Update videos need task extraction. Documentation videos need organization.
Our integration bridges this gap. Record in Loom, trigger workflows in Tallyfy. Your videos become the start of structured processes that ensure communication leads to completion.
Transform training videos into trackable programs:
- Video Course Management: Loom recordings trigger learning path workflows
- Acknowledgment Tracking: Ensure employees watch and confirm understanding
- Quiz Integration: Video completion triggers knowledge checks
- Progress Monitoring: Track who’s completed which training modules
Turn video feedback into action:
- Design Reviews: Loom feedback triggers revision workflows
- Code Reviews: Video walkthroughs trigger PR update tasks
- Performance Feedback: Manager videos trigger improvement plans
- Customer Feedback: Support Looms trigger resolution workflows
Organize video knowledge systematically:
- Process Documentation: Loom tutorials trigger SOP creation
- Knowledge Base Updates: New videos trigger categorization workflows
- FAQ Creation: Common question videos trigger article workflows
- Update Notifications: Documentation videos trigger team alerts
Embed recording directly in workflows:
// Example: Embed Loom recording in Tallyfy workflowimport { createInstance } from '@loomhq/loom-sdk';
const initializeLoomInWorkflow = async (workflowStep) => { // Initialize Loom SDK const loomSDK = await createInstance({ appId: 'YOUR_LOOM_APP_ID', buttonId: 'loom-record-button' });
// Handle recording completion loomSDK.on('insert-click', async (video) => { // Create follow-up workflow with video 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: 'video_followup', name: `Review - ${video.title}`, data: { video_url: video.shareUrl, video_id: video.id, video_title: video.title, duration: video.duration, recorder_name: video.creatorName, recording_date: new Date().toISOString(), workflow_context: workflowStep.context, required_viewers: workflowStep.assignedTo, completion_deadline: workflowStep.dueDate } }) });
return workflow.json(); });};
Detect Loom links and trigger workflows:
// Monitor for Loom links in various channelsconst detectLoomAndCreateWorkflow = async (message) => { const loomRegex = /(?:https?:\/\/)?(?:www\.)?loom\.com\/share\/([a-zA-Z0-9]+)/g; const matches = message.content.match(loomRegex);
if (matches) { for (const loomUrl of matches) { // Extract video ID const videoId = loomUrl.split('/').pop();
// Determine workflow type based on context const workflowType = determineWorkflowType(message.channel, message.tags);
// Create appropriate workflow await createVideoWorkflow(loomUrl, videoId, workflowType, message); } }};
Use automation tools for Loom workflows:
- Zapier: Trigger on new Loom recordings
- Make.com: Watch Loom folder for new videos
- Workato: Create recipes with Loom triggers
- Power Automate: Detect Loom links in communications
Capture Loom shares automatically:
- Configure Loom sharing to specific email/channel
- Monitor inbox/channel for Loom notifications
- Parse video details from notifications
- Trigger appropriate workflows
- Track completion and engagement
A distributed company with 200 employees uses Loom + Tallyfy for:
- Onboarding Videos: New hire training tracked to completion
- Product Updates: Feature releases with acknowledgment workflows
- Process Training: SOPs recorded and tracked for compliance
- Skills Development: Video courses with progress tracking
- Manager Training: Leadership videos with action items
Results: 100% training completion, 60% faster onboarding
A design agency managing 50+ projects:
- Client Feedback: Video reviews trigger revision workflows
- Internal Reviews: Creative director videos trigger updates
- Presentation Practice: Pitch videos trigger feedback collection
- Case Studies: Project videos trigger documentation workflows
- Team Updates: Weekly videos trigger task extraction
A support team handling complex products:
- Bug Reports: Video reproductions trigger engineering workflows
- Feature Requests: Customer videos trigger evaluation workflows
- Knowledge Base: Support videos trigger article creation
- Training Library: Solution videos trigger categorization
- Escalations: Complex issue videos trigger specialist review
Available SDK features:
- Embed Recording: Add Loom button to any web interface
- Custom Buttons: Styled recording triggers
- Event Handling: Listen for recording events
- Video Metadata: Access title, duration, URL
- Programmatic Control: Start/stop recording via code
Information available from Loom:
- Video URL and sharing link
- Video title and description
- Duration and thumbnail
- Creator name and email
- Recording date and time
- View count and engagement
Common trigger patterns:
- New Recording: SDK event triggers workflow
- Link Sharing: Detect Loom URLs in messages
- Email Notification: Parse Loom share emails
- Folder Watch: Monitor shared Loom folders
- Tag-Based: Specific tags trigger workflows
Measure video workflow effectiveness:
- View completion rates
- Time to acknowledgment
- Action item completion
- Feedback response times
- Training effectiveness scores
Loom users need workflow automation:
- Action from Communication: Videos should drive outcomes, not just views
- Enterprise Adoption: Large companies need tracking and compliance
- Competitive Differentiation: Workflow integration sets Loom apart
- User Retention: Integrated workflows increase platform value
- Use Case Expansion: Enable new video-driven processes
Turn videos into outcomes:
- Schedule a demo ↗
- Show us your Loom use cases
- We’ll design video workflows
- Test with real scenarios
- Deploy to your team
Want official integration? Contact Loom support requesting Tallyfy integration and open API access.
Transform video training:
- Track completion automatically
- Ensure comprehension with quizzes
- Generate certificates on completion
- Monitor progress across teams
- Focus on content, not administration
Streamline video feedback:
- Reviews trigger revision tasks
- Comments become action items
- Approvals tracked systematically
- Versions managed automatically
- Delivery confirmed and documented
- Set up Loom SDK
- Configure link detection
- Create first video workflow
- Test with pilot group
- Training acknowledgment flows
- Feedback response workflows
- Documentation processes
- View tracking setup
- Multi-step video courses
- Conditional workflows
- Analytics dashboards
- Integration with other tools
- Roll out organization-wide
- Gather usage metrics
- Optimize workflows
- Add new use cases
Daily video updates trigger:
- Task extraction from mentions
- Blocker identification and escalation
- Progress tracking automation
- Team dashboard updates
Process videos that:
- Require acknowledgment
- Track completion steps
- Verify understanding
- Maintain compliance records
Support videos that:
- Create tickets automatically
- Route to right team
- Track resolution
- Gather satisfaction scores
Until Loom provides open API:
- Browser Extension: Detect Loom recordings and trigger workflows
- Email Integration: Parse Loom share emails for automation
- Slack Bot: Monitor channels for Loom links
- Manual Trigger: Copy Loom URL into Tallyfy to start workflow
- Scheduled Checks: Regular scans of Loom folders
Combine multiple methods:
- SDK for embedded recording
- Webhooks for external shares
- Email parsing for notifications
- Manual triggers for exceptions
Every Loom video without a workflow is a missed opportunity for:
- Ensuring action from communication
- Tracking training completion
- Managing feedback cycles
- Building knowledge systematically
- Driving actual outcomes
Transform video communication: Book your consultation ↗
We’ll show you:
- Video workflow templates
- Loom SDK integration
- Tracking and analytics
- ROI calculations
- Implementation plan
Stop hoping videos get watched. Start ensuring they drive action.
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks