Automate Telegram with AI Agents
Telegram Bot API integration for building powerful bots. Send messages, manage chats, and automate interactions with Telegram users.
The Most Powerful Telegram Integration
Transform your workflows into intelligent automation hubs. Our integration gives you complete control over your Telegram data with enterprise-grade reliability and performance.
Cloud-Based Automation
Seamlessly sync and automate your Telegram data in real-time across all your tools.
Lightning Fast
Execute actions and retrieve data in milliseconds with our optimized API.
Enterprise Security
Bank-level encryption and OAuth 2.0 authentication keep your data completely secure.
Scale Infinitely
Handle millions of operations without breaking a sweat.
Available Telegram Actions
Explore the powerful actions available for Telegram
All Actions
Delete Webhook
Remove webhook integration if you decide to switch back to getUpdates. Returns True on success.
Get Chat Member Count
Get the number of members in a chat.
Delete Chat Photo
Delete a chat photo. Photos can't be deleted for private chats. Requires administrator rights.
Close Bot Instance
Close the bot instance before moving it from one local server to another. Returns True on success.
Get Bot Information
Returns basic information about the bot. Used to verify the bot's authentication token.
Log Out
Log out from the cloud Bot API server before running the bot locally. Returns True on success.
Set Bot Name
Change the bot's name. Pass an empty string to remove the dedicated name for the given language. Returns True on success.
Get Bot Name
Get the current bot name for the given user language. Returns BotName on success.
Set Default Administrator Rights
Change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. Returns True on success.
Get Default Administrator Rights
Get the current default administrator rights of the bot. Returns ChatAdministratorRights on success.
Get Updates (Long Polling)
Receive incoming updates using long polling. Returns an Array of Update objects containing messages, edited messages, and other events. Use this when webhook is disabled or deleted.
Set Webhook
Specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, Telegram will send an HTTPS POST request to the specified URL. Returns True on success. Note: You will not be able to receive updates using getUpdates for as long as an outgoing webhook is set up.
Get Webhook Info
Get current webhook status. Returns a WebhookInfo object with details about the current webhook configuration. If the bot is using getUpdates, will return an object with the url field empty.
Send Message
Send text messages to a chat. Supports formatting with Markdown/HTML and up to 4096 characters.
Send Photo
Send photos to a chat. Supports captions up to 1024 characters. Max photo size: 10 MB.
Send Audio
Send audio files (MP3 or M4A format) to display in the music player. Max size: 50 MB.
Send Document
Send general files of any type. Max file size: 50 MB.
Send Video
Send video files (MPEG4 format). Supports streaming. Max size: 50 MB.
Send Animation
Send animation files (GIF or H.264/MPEG-4 AVC video without sound). Max size: 50 MB.
Send Voice
Send voice messages (OGG format with OPUS codec). For displaying audio files in the player, use sendAudio instead.
Send Video Note
Send video messages (H.264/MPEG-4 AVC video, max 1 minute, aspect ratio 1:1).
Send Media Group
Send a group of photos, videos, documents or audios as an album (2-10 items).
Send Location
Send geographic location. Can be live location with updates for 60-86400 seconds.
Edit Message Caption
Edit captions of media messages sent by the bot or via the bot.
Send Venue
Send information about a venue with location, title, and address.
Send Contact
Send phone contact with name and optional vCard data.
Send Poll
Send a native poll or quiz with 2-10 answer options.
Send Dice
Send a dice animation with random value. Supports 🎲, 🎯, 🏀, ⚽, 🎳, 🎰 emoji.
Send Sticker
Send static .WEBP, animated .TGS, or video .WEBM stickers.
Send Chat Action
Show "typing" or other chat actions to indicate that the bot is doing something.
Forward Message
Forward a single message from one chat to another.
Forward Messages
Forward multiple messages (1-100) from one chat to another.
Copy Message
Copy message without link to the original. Allows changing caption.
Edit Message Text
Edit text of messages sent by the bot or via the bot (for inline bots).
Edit Message Reply Markup
Edit inline keyboard of messages sent by the bot or via the bot.
Delete Message
Delete a message, including service messages. Message must be sent less than 48 hours ago. Bots can delete outgoing messages in private chats, groups, and supergroups. Returns True on success.
Pin Chat Message
Pin a message in the chat. Requires appropriate administrator privileges (can_pin_messages for groups, can_edit_messages for channels). Returns the pinned message object on success.
Get Chat
Get up to date information about the chat (current name of the user for one-on-one conversations, current username of a user, group or channel, etc.)
Get Chat Administrators
Get a list of administrators in a chat, which aren't bots. Requires administrator privileges.
Get Chat Member
Get information about a specific member of a chat. The method is guaranteed to work for other users if the bot is an administrator in the chat.
Leave Chat
Make the bot leave a group, supergroup or channel.
Set Chat Title
Change the title of a chat. Titles can't be changed for private chats. Requires administrator rights.
Set Chat Description
Change the description of a group, supergroup or channel. Requires administrator rights.
Set Chat Photo
Set a new profile photo for the chat. Photos can't be changed for private chats. Requires administrator rights.
Set Chat Permissions
Set default chat permissions for all members. Requires can_restrict_members administrator rights.
Restrict Chat Member
Restrict a user in a supergroup. The bot must be an administrator with appropriate rights. Pass True for all permissions to lift restrictions.
Unban Chat Member
Unban a previously banned user in a supergroup or channel. The user will be able to return to the group.
Ban Chat Member
Ban a user in a group, supergroup or channel. The user will not be able to return to the chat on their own unless unbanned first. Requires administrator rights.
Get My Short Description
Get the current bot short description for the given user language. Returns BotShortDescription object with short_description field.
Promote Chat Member
Promote or demote a user in a supergroup or a channel. Pass False for all boolean parameters to demote a user. Requires administrator rights.
Set Chat Administrator Custom Title
Set a custom title for an administrator in a supergroup promoted by the bot. Title must be 0-16 characters, emoji are not allowed.
Unpin Chat Message
Remove a message from the list of pinned messages in a chat. If no message_id is specified, unpins the most recent pinned message. Requires can_pin_messages admin right in groups/channels.
Unpin All Chat Messages
Clear the list of all pinned messages in a chat. Requires can_pin_messages admin right in groups/channels.
Export Chat Invite Link
Generate a new primary invite link for a chat, revoking any previously generated primary link. Bot must be an administrator with can_invite_users right.
Create Chat Invite Link
Create an additional invite link for a chat. Bot must be an administrator with can_invite_users right. Link can be revoked later using revokeChatInviteLink.
Edit Chat Invite Link
Edit a non-primary invite link created by the bot. Bot must be an administrator with can_invite_users right. Returns the edited invite link as a ChatInviteLink object.
Revoke Chat Invite Link
Revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. Bot must be an administrator with can_invite_users right.
Approve Chat Join Request
Approve a chat join request. Bot must be an administrator with can_invite_users right. Returns True on success.
Set My Commands
Change the list of bot commands. Specify up to 100 commands with optional scope and language code. Returns True on success.
Get My Commands
Get the current list of bot commands for the given scope and user language. Returns an array of BotCommand objects. If commands are not set, returns an empty list.
Delete My Commands
Delete the list of bot commands for the given scope and user language. After deletion, higher level commands will be shown to affected users. Returns True on success.
Set My Description
Change the bot description, which is shown in the chat with the bot if the chat is empty. Max 512 characters. Returns True on success.
Get My Description
Get the current bot description for the given user language. Returns BotDescription object with description field.
Set My Short Description
Change the bot short description, shown on the bot profile page and sent with the link when users share the bot. Max 120 characters. Returns True on success.
Create Forum Topic
Create a topic in a forum supergroup chat. Bot must be an administrator with can_manage_topics right. Returns information about the created topic.
Edit Forum Topic
Edit name and icon of a topic in a forum supergroup chat. Bot must be an administrator with can_manage_topics right, unless it is the creator of the topic. Returns True on success.
Close Forum Topic
Close an open topic in a forum supergroup chat. Bot must be an administrator with can_manage_topics right, unless it is the creator of the topic. Returns True on success.
Reopen Forum Topic
Reopen a closed topic in a forum supergroup chat. Bot must be an administrator with can_manage_topics right, unless it is the creator of the topic. Returns True on success.
Delete Forum Topic
Delete a forum topic along with all its messages in a forum supergroup chat. Bot must be an administrator with can_delete_messages right. Returns True on success.
Unpin All Forum Topic Messages
Clear the list of pinned messages in a forum topic. Bot must be an administrator with can_pin_messages right in the supergroup. Returns True on success.
Get Sticker Set
Get a sticker set by name. Returns a StickerSet object with all stickers in the set.
Get Custom Emoji Stickers
Get information about custom emoji stickers by their identifiers. Returns an array of Sticker objects. At most 200 custom emoji identifiers can be specified.
Upload Sticker File
Upload a sticker file for later use in creating or adding stickers to a set. The file can be used multiple times. Returns the uploaded File object on success.
Create New Sticker Set
Create a new sticker set owned by a user. The bot will be able to edit the sticker set. Returns True on success. Sticker set name must end in "_by_<bot_username>".
Add Sticker to Set
Add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns True on success.
Set Sticker Position in Set
Move a sticker in a set created by the bot to a specific position. Position is zero-based. Returns True on success.
Delete Sticker from Set
Delete a sticker from a set created by the bot. Returns True on success.
Replace Sticker in Set
Replace an existing sticker in a sticker set with a new one. Equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success.
Set Sticker Emoji List
Change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success.
Set Sticker Mask Position
Change the mask position of a mask sticker. The sticker must belong to a sticker set created by the bot. Omit mask_position parameter to remove the mask position. Returns True on success.
Send Invoice
Send invoices for payments. Supports both payment providers and Telegram Stars. Returns the sent Message on success.
Create Invoice Link
Create a link for an invoice. Returns the created invoice link as a string on success.
Answer Shipping Query
Reply to shipping queries when an invoice with a flexible shipping address is sent. Returns True on success.
Answer Pre-Checkout Query
Respond to pre-checkout queries after user confirms payment and shipping details. Must respond within 10 seconds. Returns True on success.
Get User Profile Photos
Get a list of profile pictures for a user. Returns a UserProfilePhotos object with the user's profile photos in up to 4 sizes each.
Get File
Get basic information about a file and prepare it for downloading. Returns a File object with file_path that can be used to download the file. The download link is valid for at least 1 hour. Bots can download files up to 20MB.
Get User Chat Boosts
Get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object with information about boosts.
Answer Callback Query
Send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. Returns True on success. Note: After the user presses a callback button, Telegram clients will display a progress bar until you call answerCallbackQuery, so it's necessary to react even if no notification is needed.
Answer Inline Query
Send answers to an inline query. Returns True on success. No more than 50 results per query are allowed. Users can invoke your bot by typing @yourbotname in any chat and choosing from the results you provide.
Answer Web App Query
Set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. Returns a SentWebAppMessage object on success.
Send Game
Send a game. On success, the sent Message is returned. Games are a special kind of content that allow users to play HTML5 games directly in Telegram chats.
Set Game Score
Set the score of the specified user in a game message. On success, if the message is not an inline message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the user's current score in the chat and force is False.
Get Game High Scores
Get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of GameHighScore objects. This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them.
Get Business Connection
Get information about the connection of the bot with a business account. Returns a BusinessConnection object on success.
Connect Other Integrations
Explore more tools and services you can connect with Integrations

AddressZen
Address lookup, verification, and validation service for USA, UK, Canada, Ireland, and Australia. Provides real-time address autocomplete, postcode lookup, and address verification APIs.

AgentMail
API platform providing AI agents with email inboxes to send, receive, and act upon emails for communication with services, people, and other agents.

AI/ML API
Unified API for accessing 100+ AI/ML models including GPT-4, Claude, Stable Diffusion, DALL-E, and more. Supports text generation, image creation, video generation, embeddings, and audio transcription.
Airtable
Airtable integration for managing bases, tables, records, and comments. Enables creating, reading, updating, and deleting data in Airtable workspaces.

Amdoren API
Access weather forecasts, currency conversion, timezone information, time conversion, and location data. Supports 5-day weather forecasts, 150+ currencies, and worldwide timezone conversions.

Anchor Browser
Browser automation platform for managing profiles, sessions, and automated browsing tasks.
AnyAPI
Access 13+ APIs through a single platform: email validation, currency exchange, holidays, IBAN/VAT validation, IP geolocation, phone validation, web scraping, screenshots, sentiment analysis, and more.

API Ninjas
Access 50+ APIs for data and utilities including jokes, facts, quotes, weather, nutrition, city data, QR codes, barcodes, trivia, and more. All through a single API key.

ApiFlash
Simple yet powerful screenshot API for capturing pixel-perfect website screenshots at scale. Built on AWS Lambda with up-to-date Chrome browser.

Art Search
Search and discover artworks from a vast collection using semantic AI. Filter by type, material, technique, creation date, and origin. Retrieve detailed artwork information with historical context.

Asana
Manage projects, tasks, and teams in Asana - a work management platform for organizing and tracking work across teams.

Autom.dev Search API
Comprehensive search API providing access to multiple search engines including Google Search, Images, News, Videos, Autocomplete, Brave Search, and Bing Search. Get structured search results with rich metadata.

Avatars (AbstractAPI)
Create highly customizable avatar images from names and initials. Generate profile pictures in PNG or SVG format with custom colors, sizes (6-512px), rounded or square shapes, and font styling. Perfect for user profiles, contact lists, chat interfaces, and anywhere you need instant, personalized avatar images. Fast, lightweight, and no external dependencies required.

Aviationstack
Global aviation data API providing real-time flight tracking, historical flight data, airline routes, airport information, and comprehensive aviation-related data.

Bank Data API
Access global banking data including SWIFT/BIC codes, IBAN validation and generation, US routing numbers, and BLZ codes for Germany and Austria.
BigBookAPI
Access a comprehensive database of books with semantic search, filtering by genre/author/rating/year, and AI-powered recommendations. Search for books, get detailed information, and find similar titles.

Blockchain API
Interact with the Solana blockchain: manage wallets, mint NFTs, transfer tokens, and query on-chain data.

Brand.dev
API for retrieving brand data from any website including logos, colors, typography, design systems, screenshots, and AI-powered data extraction.

Brandfetch Brand API
Fetch brand logos, colors, fonts, and company data using domain names, stock tickers, ISIN codes, or crypto symbols.

Brandfetch Search API
Search for brands by company name using the Brandfetch Search API.

Brandfetch Transaction API
Convert payment transaction labels into merchant brand data.

Brevo
Email marketing and automation platform for transactional emails, campaigns, contacts management, and SMS marketing. Formerly known as Sendinblue.

Browse AI
Web scraping and automation platform for training robots to extract structured data, monitor websites, and automate browser tasks without code.

Browserbase
Browserbase is a headless browser infrastructure platform that provides scalable browser automation with session and context management for web scraping, testing, and automation workflows.

Cal.com
Connect to Cal.com for scheduling and calendar management. Create bookings, manage event types, set availability schedules, and receive real-time booking notifications.

Calendarific
Global holidays API covering over 230 countries and 3000 states with comprehensive holiday data including national, local, religious holidays and observances.
Calendly
Automated scheduling platform for meetings and events. Book appointments, manage availability, and receive real-time notifications for new bookings and cancellations. Supports webhooks for instant updates.

CaptureKit
Powerful API for capturing website screenshots, extracting structured content, analyzing links, and generating AI-powered summaries from any webpage.

Checkiday - National Holiday API
Discover and explore thousands of holidays, special events, and observances from around the world with detailed information and historical context.
ClickUp
Manage tasks, projects, and teams in ClickUp - an all-in-one productivity platform for project management, task tracking, docs, goals, and time tracking.

Cloudinary
AI-powered media management platform for images and videos. Upload, store, transform, optimize, and deliver visual assets at scale with automatic format selection and responsive delivery.

Coinlayer
Access real-time and historical cryptocurrency rates for 385+ coins and tokens. Convert currencies, analyze fluctuations, and retrieve time-series data.

Company Enrichment (AbstractAPI)
Get detailed information about any company by domain. Retrieve business details, location, industry classification, employee count, revenue data, contact information, public company data, technology stack, and social media profiles. Perfect for lead enrichment, market research, and business intelligence.
Composio
Platform that connects AI agents to 500+ external tools through managed authentication, tool execution, and triggers. Simplifies integrating AI agents with SaaS apps and APIs.

Context7
Context7 provides programmatic access to up-to-date documentation for thousands of programming libraries. Search for libraries and fetch relevant documentation, code examples, and guides.

Countrylayer
Access detailed information about countries worldwide including codes, capitals, currencies, languages, regions, and more through a simple REST API.
CurrencyBeacon
Real-time and historical exchange rates for 168+ world currencies and 2,000+ cryptocurrencies with accurate data from multiple commercial sources

CurrencyFreaks
Real-time and historical exchange rates for 1011 currencies worldwide with conversion and time-series analysis

Currencylayer
Access real-time and historical foreign exchange rates for 168 world currencies. Delivers spot rates from major forex providers with 60-second, 10-minute, or hourly updates.
Currents API
Access real-time and historical news articles from diverse international sources with filtering by language, region, and category.
Discord Bot
Discord Bot API integration for managing servers, channels, messages, users, roles, and webhooks. Enables automation of Discord server management and communication through bot tokens.

Domain Name Discovery (APILayer)
Search for available domain names across multiple TLDs. Find brandable domains using keyword-based suggestions with support for plurals, prefixes, and suffixes. Perfect for finding the right domain for your next project or business.
Dropbox
Dropbox cloud storage integration for uploading, downloading, organizing files and folders, creating shared links, and searching content.

DummyJSON
Free fake REST API with dummy data for products, users, posts, todos, recipes, quotes, and carts. Perfect for testing and prototyping.
ElevenLabs
Generate realistic text-to-speech audio, clone voices, create sound effects, and dub content using ElevenLabs AI voice technology. Supports multiple languages and voice customization.

Email Reputation (AbstractAPI)
Improve email delivery rates, clean email lists, and block fraudulent users with comprehensive email reputation analysis. Validates deliverability, checks quality metrics, analyzes domain reputation, and tracks data breach history.

Email Verification (APILayer)
Validate and verify email addresses for deliverability and quality. Check email syntax, SMTP connectivity, MX records, detect disposable emails, role accounts, and assess overall deliverability to improve email list quality and delivery rates.

EmojiHub
Access random emojis, search by name, and browse 1791+ emojis organized by categories and groups with HTML codes and Unicode values.
Eventbrite
Eventbrite is an event management and ticketing platform that enables organizers to plan, promote, sell tickets, and manage attendees for events of all sizes.
Exa
AI-powered search engine designed for AI applications. Find exact web content using embeddings-based search, retrieve clean parsed HTML, discover similar pages, and get direct answers to questions with citations.

Exchange Rates (AbstractAPI)
Get live currency exchange rates for 170+ world currencies. Convert between any currencies using ISO 4217 codes. Real-time forex data with timestamp tracking. Perfect for financial applications, e-commerce pricing, international payments, and currency conversion tools.

Exchange Rates API
Real-time, historical, time-series, and fluctuation exchange rate data with 170+ world currencies from 15+ data sources.

Exchange Rates Data (APILayer)
Real-time and historical exchange rate data for 170+ currencies with conversion, fluctuation analysis, and timeseries data.

ExchangeRate-API
Access real-time and historical exchange rates for 165 world currencies. Provides reliable forex data with hourly updates, historical rates back to 1990, and enriched currency information.

ExchangeRate.host
Access real-time and historical exchange rates for 168 world currencies with simple REST API
Facebook Pages
Facebook Pages API integration. Manage your Facebook Pages, create posts, respond to comments, and access page insights.

Figma
Figma design platform integration for accessing files, components, styles, comments, and real-time collaboration features. Enables reading file structures, exporting images, managing comments, and subscribing to webhooks for file updates.

Finage
Real-time and historical financial market data API for stocks, forex, cryptocurrency, and global markets.

Finance News API
Access real-time finance news articles with filtering by date, keywords, ticker symbols, tags, and sources. Powered by financelayer API.
Financial Modeling Prep
Free stock market API and financial data API providing real-time stock prices, financial statements, historical data, company profiles, and economic indicators for global markets.

Finlight
Access real-time financial news with AI-powered sentiment analysis. Search articles by ticker, exchange, country, or custom queries. Includes company entity extraction and supports 100+ stock exchanges.

Finnhub.io
Real-time stock market data, company information, and financial news API. Access stock prices, company profiles, financial metrics, and market news.
Firecrawl
Turn websites into LLM-ready data. Firecrawl crawls and converts any website into clean markdown or structured data for AI applications, with support for dynamic content, anti-bot handling, and structured extraction.

Fixer.io
Access real-time and historical foreign exchange rates for 170+ world currencies. Convert currencies, analyze fluctuations, and retrieve time-series data.

FXFeed
Access real-time and historical foreign exchange rates for 170+ world currencies. Convert currencies, retrieve time series data, and analyze exchange rate trends.

GameBrain
Game database API with 745,000+ games, advanced search, ratings, and metadata

Geekflare
Web scraping and DNS record lookup API for analyzing websites and gathering web intelligence.
GitHub
GitHub is a web-based platform for version control and collaboration, enabling developers to host, review, and manage code with features like pull requests, issues, and CI/CD workflows.
Gmail
Gmail is Google's email service, featuring spam protection, search functions, and seamless integration with other G Suite apps for productivity

GNews
Access real-time news articles from over 60,000 sources worldwide. Search for articles by keywords or get top headlines by category and country.

Google Calendar
Google Calendar for scheduling events, managing calendars, and checking availability. Create, update, and delete events, share calendars, and query free/busy information.
Google Contacts
Manage contacts, groups, and profile information using Google People API. Access and organize contacts across Google services.
Google Docs
Google Docs is a cloud-based word processor with real-time collaboration, version history, and integration with other Google Workspace apps. Create, edit, format, and automate document management with 33 actions and 4 event triggers.
Google Drive
Google Drive is a cloud storage solution for uploading, sharing, and collaborating on files across devices, with robust search and offline access
Google Fonts
Access metadata for all font families served by Google Fonts. Query fonts by family, category, script support, and popularity. Get font files, styles, and version information.

Google Forms
Google Forms API for creating forms, collecting responses, and managing form data

Google Gemini AI
Generate text content using Google's advanced Gemini AI models. Supports single-request generation and streaming responses with configurable models, temperature, and safety settings.
Google Maps Platform
Access Google Maps Platform APIs for geocoding, place search, directions, distance calculations, elevation data, and timezone information.

Google Meet
Google Meet for video conferencing. Create and manage meeting spaces, access conference records, participants, recordings, and transcripts.

Google Search Results API
Search Google and retrieve structured results including organic listings, knowledge panels, related searches, and "People Also Ask" sections. Perfect for SEO analysis, research, and content discovery.
Google Sheets
Google Sheets is a cloud-based spreadsheet application with real-time collaboration, powerful formulas, and data analysis tools. Create, read, update, and automate spreadsheet operations with 44 actions and 2 event triggers.

Google Slides
Google Slides presentation service for creating, editing, and managing presentations
Google Tasks
Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy task tracking.

GoREST
Testing and prototyping API with fake data for users, posts, comments, and todos. Provides realistic responses with pagination, search, and full CRUD operations.

Harry Potter API
A REST API providing information about Harry Potter books, characters, houses, and spells. Available in multiple languages (English, Spanish, French, Italian, Portuguese, Ukrainian).
Hashnode
Hashnode developer blogging platform integration. Create, publish, and manage blog posts, drafts, and comments. Access publication settings and subscriber management.

HeyBounce
Email verification API for developers. Validate email addresses in real-time and bulk with advanced checks.

Highlightly
Sports API for real-time live scores, player statistics, match lineups, predictions, live events, standings, highlights, game recaps, odds, and interviews across Football, Basketball, Baseball, Hockey, Rugby, and more.

HolidayAPI
Access public holidays and observances for 250+ countries and 4,000+ states/provinces worldwide. Retrieve holiday information by country, year, month, or day with ISO standard codes. Calculate workdays between dates or find specific workdays. Get country details including currencies, languages, and subdivisions. Perfect for calendar applications, scheduling systems, international business planning, payroll systems, and vacation management.

Host.io
Domain intelligence API providing DNS records, domain metadata, related domains discovery, and comprehensive domain information. Access IP addresses, nameservers, mailservers, backlinks, social media handles, and analytics IDs associated with any domain.

HyperBrowser
Fast, reliable cloud browsers for AI automation, large-scale web scraping, and seamless session management with built-in stealth and proxy features. Perfect for AI agents and browser automation.

IBAN Validation (AbstractAPI)
Validate International Bank Account Numbers (IBANs) quickly and accurately. Verifies IBAN format and checksum according to international banking standards. Accepts IBANs with or without white spaces. Perfect for payment processing, financial applications, and international banking integrations.

Image to Text API (APILayer)
Performs OCR on images (URL-based) using the APILayer Image to Text API.
Indian Pincodes API co in
Simple and affordable API for Indian pincode lookup. Returns state and city information for any 6-digit Indian pincode.

IndiePitcher
Send personalized emails, manage contacts with custom properties, and create subscription management portals. Supports markdown/HTML formatting, scheduled sending, and email tracking.
Instagram Business
Instagram Graph API integration. Publish content, manage comments, and access insights for your Instagram Business account.

IP Intelligence (AbstractAPI)
Get advanced security and geographical insights about IP addresses worldwide. Detect VPNs, proxies, TOR usage, abuse potential, hosting services, relays, and mobile IPs. Includes comprehensive geolocation with city, region, country, timezone, currency, and flag data.

IP to Location (APILayer)
Get comprehensive geolocation data for any IP address worldwide. Retrieve city, country, continent, coordinates, timezone, currency, and country metadata including flag, capital, and calling codes. Supports IPv4 addresses.

IP2Location
IP geolocation, domain WHOIS, and hosted domain discovery. Get location data, network info, currency, language, proxy detection, and more from IP addresses.
FAQs about Telegram integration
How Platoona Works
Build, Automate & Scale — In One Smart Workspace.
Agents assemble & collaborate
The right specialists come together automatically — Writer, Researcher, CMO, CTO, Ops — working as a real team.
Tell Platoona what you need
Just chat normally. Your Platoona Agents understand your goal instantly and know what outcome you're aiming for.
Marketplace of Agents, Integrations & Flows
Explore ready-made agents, tools, and automation flows created by the community and the Platoona team.
Connect with 250+ integrations
Tools like Slack, Notion, Gmail, HubSpot, Twilio, Drive, and more — all connected so agents can act directly.
Set up workflows & automation
Create recurring tasks and automated workflows. Your AI platoon runs them on schedule or trigger, keeping work flowing without your constant input.
Works With the Tools You Already Use.
Connect Slack, Gmail, Notion, HubSpot, Sheets, GitHub, and 250+ more apps.
Ready to transform how you work?
Join thousands of early adopters shaping the future of AI-powered workspaces.
Get Started