Skip to main content
Rilo provides specialized tools for various domains including education, communication, finance, entertainment, and more.

Available Tools

Education

  • Canvas - Comprehensive LMS platform

Communication & Voice

  • Elevenlabs - Natural AI voice creation
  • Fireflies - AI-powered meeting assistant
  • Gong - Video meetings and call recording
  • Recallai - Universal API for meeting bots
  • RetellAI - Call capturing and transcription
  • Telnyx - Communications platform
  • Postmark - Reliable transactional email
  • Resend - Universal email API
  • PostGrid - Direct mail automation

Finance & Trading

  • Polygon - Market data API
  • OpenSea - NFT marketplace

Location & Mapping

  • Mapbox - Mapping and location platform

Entertainment & Events

  • Ticketmaster - Event ticketing platform
  • Strava - Social fitness platform

Other

  • Kit - Automation and app development
  • Lodgify - Vacation rental software

Canvas

Comprehensive LMS platform for managing courses, assignments, grading, and collaboration for virtual classrooms.

Authentication

Requires authentication with canvas integration.

Available Functions

Canvas provides functions for learning management:
FunctionDescription
create_courseCreate a new course.
get_courseGet course details.
list_coursesList courses.
create_assignmentCreate an assignment.
get_assignmentGet assignment details.
list_assignmentsList assignments.
create_studentCreate a student enrollment.
grade_assignmentGrade an assignment.
get_gradesGet grades for a course.

Available Triggers

Canvas supports app event triggers:
Trigger SlugDescription
CANVAS_ASSIGNMENT_CREATEDTriggered when a new assignment is created.
CANVAS_ASSIGNMENT_SUBMITTEDTriggered when an assignment is submitted.
Use get_tools_trigger_actions to discover all available triggers for Canvas.

Fireflies

AI-powered meeting assistant for transcribing, summarizing, searching, and analyzing voice conversations efficiently.

Authentication

Requires authentication with fireflies integration.

Available Functions

Fireflies provides functions for meeting transcription and analysis:
FunctionDescription
get_transcriptionGet transcription of a meeting.
get_summaryGet AI-generated summary of a meeting.
search_meetingsSearch meetings by keywords.
list_meetingsList meetings.
get_meetingGet meeting details.

Available Triggers

Fireflies supports app event triggers:
Trigger SlugDescription
FIREFLIES_MEETING_COMPLETEDTriggered when a meeting transcription is completed.
Use get_tools_trigger_actions to discover all available triggers for Fireflies.

Gong

Video meetings and call recording platform for conducting video meetings, recording calls, and enabling team collaboration.

Authentication

Requires authentication with gong integration.

Available Functions

Gong provides functions for call recording and analysis:
FunctionDescription
get_callGet call details and recording.
list_callsList calls.
get_call_insightsGet AI-generated insights from a call.
search_callsSearch calls by keywords.

Available Triggers

Gong supports app event triggers:
Trigger SlugDescription
GONG_CALL_COMPLETEDTriggered when a call recording is completed.
Use get_tools_trigger_actions to discover all available triggers for Gong.

Polygon

Market data API for accessing real-time and historical data for stocks, options, forex, and cryptocurrencies.

Authentication

Requires authentication with polygon integration.

Available Functions

Polygon provides functions for market data:
FunctionDescription
get_stock_quoteGet real-time stock quote.
get_historical_dataGet historical price data.
get_options_chainGet options chain data.
get_forex_ratesGet forex exchange rates.
get_crypto_quoteGet cryptocurrency quote.

Available Triggers

Polygon supports app event triggers:
Trigger SlugDescription
POLYGON_PRICE_ALERTTriggered when a price threshold is reached.
Use get_tools_trigger_actions to discover all available triggers for Polygon.

Using Specialized Tools in Workflows

Example: Meeting Analysis

"Start workflow when a meeting transcription is completed in Fireflies, generate summary, and send to team via Slack"
The workflow will:
  1. Use Fireflies trigger for completed meetings
  2. Generate meeting summary
  3. Send summary to Slack

Example: Market Monitoring

"Monitor Polygon for stock price alerts and notify team when threshold is reached"
The workflow will:
  1. Use Polygon trigger for price alerts
  2. Check price conditions
  3. Send notification to team

Best Practices

Automate meeting workflows:
  • Transcribe meetings automatically
  • Generate summaries and action items
  • Share insights with team
Monitor financial markets:
  • Set up price alerts
  • Track market trends
  • Generate market reports
Enhance communication:
  • Use transactional email services
  • Automate direct mail campaigns
  • Integrate voice services

Limitations

  • All Tools: Each tool connects to a single authenticated account per workflow
  • All Tools: Subject to service rate limits and API quotas
  • Specialized Tools: May have domain-specific limitations
Each specialized tool integration connects to a single authenticated account. To use multiple accounts, create separate workflows.