One click. Infinite possibilities.
Pre-built integrations that connect your AI agents to external services, APIs, and workflows. Browse, install, and start automating.
18 of 18 powers
Communication
Send messages to a Slack channel via Incoming Webhook. The agent posts the text as a JSON payload; create the webhook under your Slack app to get the path.
hooks.slack.com/services
Post messages to a Discord channel via webhook. Supports plain text and a username override, sent as a JSON payload.
discord.com/api
Send messages to a Telegram chat via the Bot API sendMessage method. Requires your bot token in the URL and the target chat ID.
api.telegram.org/bot{bot_token}
Send transactional emails via the Resend API as JSON. Uses your API key as a Bearer header; from address must belong to a verified domain.
api.resend.com/emails
Send push notifications via ntfy.sh publishing JSON to the root endpoint. Free, no account required: subscribers listen to your topic name.
ntfy.sh
Send push notifications to your self-hosted Gotify server as JSON. Authenticates with an application token via the X-Gotify-Key header.
{gotify_host}/message
Monitoring
Create alerts in Opsgenie via the Alerts API v2 as flat JSON. Authenticates with a GenieKey API key from an API integration.
api.opsgenie.com/v2
Data
Fetch current weather conditions for any city. GET request with query params. Requires a free OpenWeatherMap API key.
api.openweathermap.org/data
Get live currency exchange rates from the open Frankfurter API. GET request with query params; free, no API key required.
api.frankfurter.dev/v1
Automation
Trigger a Zapier webhook to start any Zap workflow. Flat JSON body with custom fields forwarded to Zapier.
hooks.zapier.com/hooks
Trigger a Make (Integromat) scenario via custom webhook. Flat JSON body forwarded to the scenario input; the region prefix comes with your webhook URL.
hook.{region}.make.com/{webhook_id}
Trigger an IFTTT applet via the Webhooks service. Sends up to 3 values as flat JSON parameters.
maker.ifttt.com/trigger
Send a heartbeat ping to your self-hosted Uptime Kuma push monitor. GET request with status and message as query params.
{kuma_host}/api
Developer Tools
Invoke a Supabase Edge Function with a flat JSON body. Bearer token auth via the anon or service key.
{project}.supabase.co/functions
Call one of your Vercel serverless function endpoints with a flat JSON body. Add an auth header from your dashboard later if your function requires it.
{project}.vercel.app/api
Invoke one of your Cloudflare Workers with a flat JSON body. Add an auth header from your dashboard later if your worker requires it.
{worker}.{account}.workers.dev
Trigger a Pipedream workflow via its HTTP endpoint. Flat JSON body forwarded as the workflow input event.
{endpoint_id}.m.pipedream.net
Trigger an n8n workflow via its webhook node. Flat JSON body forwarded as workflow input data; works with cloud or self-hosted instances.
{n8n_host}/webhook
Can't find what you need? Create custom powers with our developer tools and connect any API.