Skip to content
once.to logo
once.to logo

once.to Integrations

Marketing Automation

Put once.to to work with AI and enterprise-grade automation

Automate smarter with once.to and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
once.to logoonce.to logo
Or pick an app to pair with
arrow pointing down
Integrate Facebook Pages with once.toIntegrate Facebook Pages with once.to
Facebook Pages
Facebook, Social Media Accounts
Integrate Gmail with once.toIntegrate Gmail with once.to
Gmail
Email, Google
Integrate Google Sheets with once.toIntegrate Google Sheets with once.to
Google Sheets
Google, Spreadsheets
Integrate Cutt.ly with once.toIntegrate Cutt.ly with once.to
Cutt.ly
URL Shortener
Integrate Google Calendar with once.toIntegrate Google Calendar with once.to
Google Calendar
Calendar, Google
Integrate Google Drive with once.toIntegrate Google Drive with once.to
Google Drive
File Management & Storage, Google
Integrate HubSpot with once.toIntegrate HubSpot with once.to
HubSpot
Marketing Automation
Integrate Google Forms with once.toIntegrate Google Forms with once.to
Google Forms
Forms & Surveys, Google
Integrate Facebook Lead Ads with once.toIntegrate Facebook Lead Ads with once.to
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate Facebook Pages with once.toIntegrate Facebook Pages with once.to
Facebook Pages
Facebook, Social Media Accounts
Integrate Gmail with once.toIntegrate Gmail with once.to
Gmail
Email, Google
Integrate Google Sheets with once.toIntegrate Google Sheets with once.to
Google Sheets
Google, Spreadsheets
Integrate Cutt.ly with once.toIntegrate Cutt.ly with once.to
Cutt.ly
URL Shortener
Integrate Google Calendar with once.toIntegrate Google Calendar with once.to
Google Calendar
Calendar, Google
Integrate Google Drive with once.toIntegrate Google Drive with once.to
Google Drive
File Management & Storage, Google
Integrate Facebook Pages with once.toIntegrate Facebook Pages with once.to
Facebook Pages
Facebook, Social Media Accounts
Integrate Gmail with once.toIntegrate Gmail with once.to
Gmail
Email, Google
Integrate Google Sheets with once.toIntegrate Google Sheets with once.to
Google Sheets
Google, Spreadsheets
Integrate Cutt.ly with once.toIntegrate Cutt.ly with once.to
Cutt.ly
URL Shortener
Integrate Google Calendar with once.toIntegrate Google Calendar with once.to
Google Calendar
Calendar, Google
Integrate Google Drive with once.toIntegrate Google Drive with once.to
Google Drive
File Management & Storage, Google
Integrate HubSpot with once.toIntegrate HubSpot with once.to
HubSpot
Marketing Automation
Integrate Google Forms with once.toIntegrate Google Forms with once.to
Google Forms
Forms & Surveys, Google
Integrate Facebook Lead Ads with once.toIntegrate Facebook Lead Ads with once.to
Facebook Lead Ads
Ads & Conversion, Facebook

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Shorten links for new RSS feed items with once.to

    • RSS by Zapier logo
    • once.to logo
    RSS by Zapier + once.to
  • Shorten new Facebook page links with once.to

    • Facebook Pages logo
    • once.to logo
    Facebook Pages + once.to
  • Add new short links in once.to to Google Sheets rows

    • once.to logo
    • Google Sheets logo
    once.to + Google Sheets
  • Send Gmail emails with new once.to short links

    • once.to logo
    • Gmail logo
    once.to + Gmail
  • Create share updates on LinkedIn with new once.to short links

    • once.to logo
    • LinkedIn logo
    once.to + LinkedIn
  • Share new once.to short links in Slack channels

    • once.to logo
    • Slack logo
    once.to + Slack
  • Shorten links for new RSS feed items with once.to

    • RSS by Zapier logo
    • once.to logo
    RSS by Zapier + once.to
  • Shorten new Facebook page links with once.to

    • Facebook Pages logo
    • once.to logo
    Facebook Pages + once.to
  • Add new short links in once.to to Google Sheets rows

    • once.to logo
    • Google Sheets logo
    once.to + Google Sheets
  • Send Gmail emails with new once.to short links

    • once.to logo
    • Gmail logo
    once.to + Gmail
  • Create share updates on LinkedIn with new once.to short links

    • once.to logo
    • LinkedIn logo
    once.to + LinkedIn
  • Share new once.to short links in Slack channels

    • once.to logo
    • Slack logo
    once.to + Slack
  • Create short links in once.to with new pins in Pinterest

    Premium
    Details
    • Pinterest logo
    • once.to logo
    Pinterest + once.to
  • Create posts on Facebook with new once.to short links

    • once.to logo
    • Facebook Pages logo
    once.to + Facebook Pages
    • Create short links in once.to with new pins in Pinterest

      Premium
      Details
      • Pinterest logo
      • once.to logo
      Pinterest + once.to
    • Create posts on Facebook with new once.to short links

      • once.to logo
      • Facebook Pages logo
      once.to + Facebook Pages

    Supported triggers and actions

    Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.

    • once.to triggers, actions, and search
      Get Domains List

      Return a list of Domains, ordered by name

      Trigger
      Polling
      Try It
      • ID
        Required
      • Name
        Required
      • Description
      • Root redirect URL
      • Not-found redirect URL
      • Default
      Action
      Write

    For builders

    Let your AI safely access once.to

    Go beyond Zap workflows. Install Zapier in your AI to call once.to actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

    No code

    Call actions in natural language with Zapier MCP

    Act in once.to from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.

    Example actions on this page

    • Update Domain
    • Create Short Link

    Works with

    Claude · ChatGPT · Cursor · Any MCP-compatible AI

    Install Zapier MCP
    Code

    Work in code with the Zapier SDK

    Expose once.to actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().

    Install

    npm install @zapier/zapier-sdk
    npm install -D @zapier/zapier-sdk-cli
    zapier-sdk login
    # create a once.to connection @ https://zapier.com/app/assets/connections

    Run an action

    // Typescript
    import { createZapierSdk } from "@zapier/zapier-sdk";
    
    const zapier = createZapierSdk();
    
    const { data: connection } = await zapier.findFirstConnection({ app: "onceto", owner: "me" });
    
    await zapier.runAction({
      app: 'onceto',
      action: 'domainUpdate',
      connection: connection.id,
      input: {
        {inputKeyValuePairs}
      },
    });
    Open the SDK docs

    Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

    once.to Help & Support

    Common questions

    onceto logo
    About once.to
    once.to is a modern, blazing-fast URL shortener with tons of features including click tracking, targeting and stats.
    Related categories
    Similar apps
    Zapier Forms integrationsZapier Forms integrations
    Zapier Forms
    App Builder, CRM (Customer Relationship Management), Forms & Surveys, Zapier

    Popular once.to Integrations

    • Facebook Pages
    • Gmail
    • Google Sheets
    • Cutt.ly
    • Schedule by Zapier