Latenode

Automation Templates

Ready-to-use workflow templates for AI agents, browser automation, and messaging integrations. Get started in minutes.

Found 144 templates linked to integration "tools"

Automatically sync Strava workouts to your Runkeeper account

This template checks Strava on a schedule, lists recent athlete activities, and posts each new workout to Runkeeper. JavaScript keeps activity ids you already synced and maps type, duration, and distance. Connect Strava. Put the Strava token on the Strava connection. Put the Runkeeper access token in the JavaScript node that calls the Runkeeper API.

9s$0.0006

Sync Seamless.AI company data to enrich Salesforce records

This template runs on a schedule, calls the Seamless.AI API from JavaScript, and writes each company into Salesforce. Name, website, industry, and employee count map onto the Account fields you choose. Match on website so a second pull updates the same record. Connect Salesforce. Put the Seamless.AI API key in that JavaScript node.

16s$0.0010

Daily SMS reminders

This template sends a daily SMS reminder to your phone. A schedule starts the run. JavaScript returns the message text, then Twilio delivers it. Connect Twilio. Put the Account SID and Auth Token on the Twilio connection. Set the From number Twilio can send from, the To number for your phone, and the hour in your timezone.

7s$0.0004

Automate daily website screenshot capture and storage

This template runs on a daily schedule, opens the URL you set in a headless browser, captures a screenshot, and uploads that image to Slack. JavaScript names the file with the date and site. Connect Slack. Put the website URL on the headless browser step and pick the channel that should receive the file.

10s$0.0006

Automate daily Latenode storage cleanup to stay organized

This template clears old rows from Latenode Database on a daily schedule. A schedule starts the run. Latenode Database loads the table your other scenarios write. JavaScript keeps objects older than the age you set, then each stale row is deleted.

9s$0.0006

Recurring Telegram messages on your schedule

This template runs on a schedule and sends a Telegram text message to the chat or channel you pick. Use it for reminders, daily check-ins, or a short digest you already wrote. Connect Telegram and put the bot token on the Telegram connection. Set the chat id and message text on the send step.

3s$0.0002

Daily Telegram polls from Latenode

This template runs on a schedule, builds the poll question and options in JavaScript, and sends that poll to a Telegram chat with your bot. Connect Telegram. Put the bot token on the Telegram connection. Set the chat id for the group or channel that should receive the poll, and pick the hour in your timezone.

5s$0.0003

Automatically fetch and store webhook data in a structured format

This template runs once a day, requests JSON from the URL you set, parses it in JavaScript, and inserts a PostgreSQL row. Use it to snapshot an API, a feed, or a system that exposes data at a stable endpoint. Put any API token on the HTTP request node. Put database credentials on the PostgreSQL connection.

9s$0.0006

Automate recurring webhook notifications for monitoring and alerts

This template runs once every 24 hours, builds a JSON payload in JavaScript, and sends an HTTP POST to the endpoint you set. Use it for a daily health ping, a downstream job, or a monitoring listener that expects a webhook body. Put any API token on the HTTP request node. Set the schedule to the time you want the ping to run.

9s$0.0006

Seamlessly share Strava activities to your Slack channel

This template checks Strava on a schedule, lists recent athlete activities, and posts each new workout to a Slack channel. JavaScript keeps activity ids you already shared and formats type, duration, distance, and the Strava link. Connect Strava and Slack. Put the Strava token on the Strava connection.

10s$0.0006

Daily weather SMS

This template runs on a schedule, loads the forecast from Open Weather for the city you set, formats a short SMS in JavaScript, and sends it with ClickSend. Use it for a daily heads-up on your phone. Connect Open Weather and ClickSend. Put the OpenWeather API key on the Open Weather connection.

7s$0.0004

Table export to Database

This template copies a table of records into Latenode Database on a schedule. JavaScript loads the source over HTTPS, maps each row, and uses a unique key so later runs update the same objects. Latenode Database then creates or updates those objects. Put the source API key in that JavaScript node.

7s$0.0004

Transcribe SoundCloud audio and store text transcripts using Sonix

This template lists new SoundCloud tracks on a schedule, sends each audio URL to the Sonix API, and stores the transcript in Supabase. Use a JavaScript node to call the SoundCloud API. Use a JavaScript node to call the Sonix API. Put SoundCloud credentials in the first JavaScript node and the Sonix API key in the Sonix JavaScript node. Connect Supabase.

10s$0.0007

Automatically send Telegram messages for new tweets from Tweet Hunter

This template runs on a schedule, lists recent posts from the X account you connect, and sends each new one to Telegram. Use it when Tweet Hunter or you publish from that account and you want the chat to see the post without opening X. Connect X and Telegram. Put the Telegram bot token on the Telegram connection and set the chat id.

7s$0.0004

Automatically store visual records of tweets from Tweet Hunter

This template runs on a schedule, lists posts for the X account you publish from (including posts you send via Tweet Hunter), then uses JavaScript to keep posts since the last run. For each remaining tweet URL, JavaScript or an HTTP request calls TweetPik with your TweetPik API key in that node and stores the screenshot URL TweetPik returns. Connect X (Twitter).

11s$0.0007

Sync Strava workouts to your Google Calendar events

This template runs on the schedule you set, lists your recent Strava activities, and creates a Google Calendar event for each new workout. JavaScript keeps sport type, distance, duration, and start time, and skips activities already logged. Connect Strava and Google Calendar. Put the Strava key on the Strava connection.

7s$0.0004

Seamlessly sync Skedda bookings to Google Calendar

This template runs on a schedule, lists new Skedda bookings from the Skedda API, and creates a Google Calendar event for each one. JavaScript reads title, start, end, and space. Connect Google Calendar. Use a JavaScript node to call the Skedda API. Put the Skedda API key in that JavaScript node.

9s$0.0006

Automatically synchronize Microsoft Outlook and Google Calendar

This template keeps Google Calendar aligned with Outlook meetings. A schedule starts each run. JavaScript calls Microsoft Graph calendarView for the window you set. Put the Graph token in that JavaScript node. An iterator walks each event. Google Calendar creates the matching event with subject, start, end, and join link.

5s$0.0003

Sync Google Calendar with new MeisterTask tasks and due dates

This template starts when MeisterTask posts a new task to a Latenode webhook. JavaScript keeps tasks that have a due date and maps title and due date onto a Google Calendar event. Connect Google Calendar. Point MeisterTask at the webhook URL. Put the MeisterTask API key in that JavaScript node if you need extra task fields.

10s$0.0006

Automate recurring Gmail emails with user-specified data

This template runs on a daily schedule, reads email, name, and message columns from Google Sheets, and sends each row through Gmail. JavaScript drops empty rows and trims addresses so blank cells do not bounce. Connect Gmail and Google Sheets, then point the sheet read at the worksheet that holds recipients and copy.

7s$0.0005

Automatically sync your daily RescueTime productivity data to Gmail

This template emails you a daily RescueTime productivity snapshot. A schedule runs once per day. JavaScript calls the RescueTime Analytic API with the key stored on that node and formats hours, productivity score, and top activities. Gmail delivers the summary to the address you set. Connect Gmail, then pick an hour after midnight in your timezone so yesterday’s data is complete.

6s$0.0003

Automatically send personalized birthday emails from Gmail based on Google Sheets data

This template runs on a schedule, reads your client birthday sheet in Google Sheets, and keeps the rows whose birthday is today. JavaScript builds a short personalized message from name and any extra columns you map. Gmail sends each one. Connect Google Sheets and Gmail, then point the sheet at columns for name, email, and birthday.

6s$0.0004

Gmail inbox cleanup

This template runs on a schedule, finds Gmail messages that match a query you define, and lets JavaScript drop anything on your keep-list. Gmail then removes the Inbox label to archive, or adds Trash when you are ready to delete. Connect Gmail, test the query in Gmail first, and start with archive until you trust the rules.

9s$0.0006

Automatically create Todoist tasks from new Fellow action items

This template checks Fellow on a schedule, pulls new action items through the Fellow API, and creates matching tasks in Todoist. A JavaScript node holds your Fellow API key and returns title, due date, and assignee. Todoist writes each one to the project you choose. Connect Todoist, then set how often the scenario should poll.

10s$0.0006