> ## Documentation Index
> Fetch the complete documentation index at: https://help.weavely.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Your Weavely Form to viaSocket for Workflow Automation

> viaSocket is an AI automation platform that connects your Weavely form to hundreds of other apps like Slack, Gmail, Airtable, and more.

<span className="weavely-jsonld" hidden>
  {`{
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://help.weavely.ai/#website",
        "url": "https://help.weavely.ai/",
        "name": "Weavely Help Center",
        "inLanguage": "en",
        "publisher": {
          "@id": "https://www.weavely.ai/#org"
        }
      },
      {
        "@type": "WebPage",
        "@id": "https://help.weavely.ai/integrations/viasocket",
        "url": "https://help.weavely.ai/integrations/viasocket",
        "name": "Connect Your Weavely Form to viaSocket for Workflow Automation",
        "description": "viaSocket is an AI automation platform that connects your Weavely form to hundreds of other apps like Slack, Gmail, Airtable, and more.",
        "inLanguage": "en",
        "isPartOf": {
          "@id": "https://help.weavely.ai/#website"
        },
        "breadcrumb": {
          "@type": "BreadcrumbList",
          "itemListElement": [
            {
              "@type": "ListItem",
              "position": 1,
              "name": "Integrations",
              "item": "https://help.weavely.ai/integrations/aoverview"
            },
            {
              "@type": "ListItem",
              "position": 2,
              "name": "viaSocket",
              "item": "https://help.weavely.ai/integrations/viasocket"
            }
          ]
        },
        "publisher": {
          "@id": "https://www.weavely.ai/#org"
        }
      },
      {
        "@type": "TechArticle",
        "@id": "https://help.weavely.ai/integrations/viasocket#article",
        "headline": "Connect Your Weavely Form to viaSocket for Workflow Automation",
        "description": "viaSocket is a powerful AI automation platform that lets you connect your Weavely form to hundreds of other apps like Slack, Gmail, Airtable, and more. With this integration, you can trigger automations whenever someone submits a form.",
        "inLanguage": "en",
        "author": {
          "@id": "https://www.weavely.ai/#org"
        },
        "publisher": {
          "@id": "https://www.weavely.ai/#org"
        },
        "mainEntityOfPage": {
          "@id": "https://help.weavely.ai/integrations/viasocket"
        }
      },
      {
        "@type": "VideoObject",
        "@id": "https://help.weavely.ai/integrations/viasocket#video",
        "name": "Automate EVERYTHING with AI Forms + Viasocket (No-Code Tutorial)",
        "description": "Want to automate your workflows with AI-powered forms? In this tutorial, I'll show you how to connect Weavely.ai forms to Viasocket and build powerful automations in minutes! We'll create a contact form using AI, then set up an automation that sends instant Slack notifications whenever someone submits the form. No coding required!",
        "inLanguage": "en",
        "thumbnailUrl": [
          "https://i.ytimg.com/vi/uQlGRBbjbaI/hqdefault.jpg"
        ],
        "uploadDate": "2025-12-08T12:00:00Z",
        "duration": "PT4M25S",
        "embedUrl": "https://www.youtube.com/embed/uQlGRBbjbaI",
        "contentUrl": "https://www.youtube.com/watch?v=uQlGRBbjbaI",
        "publisher": {
          "@id": "https://www.weavely.ai/#org"
        },
        "isPartOf": {
          "@id": "https://help.weavely.ai/integrations/viasocket"
        },
        "potentialAction": {
          "@type": "WatchAction",
          "target": "https://www.youtube.com/watch?v=uQlGRBbjbaI"
        }
      },
      {
        "@type": "Organization",
        "@id": "https://www.weavely.ai/#org",
        "name": "WEAVE.LY BV",
        "url": "https://www.weavely.ai",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "Herbert Hooverlaan 141",
          "addressLocality": "Schaarbeek",
          "postalCode": "1030",
          "addressCountry": "BE"
        },
        "identifier": "BE0773.878.569",
        "sameAs": [
          "https://www.instagram.com/weavely.ai/",
          "https://www.linkedin.com/company/weave-ly/",
          "https://www.youtube.com/@weavely"
        ]
      }
    ]
    }`}
</span>

<iframe src="https://www.youtube.com/embed/uQlGRBbjbaI" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

Here's how to connect Weavely and [viaSocket](https://viasocket.com/) in a few simple steps.

<Steps>
  <Step title="Generate a Personal Token in Weavely" titleSize="h2">
    You'll need something called a *"personal token"* to connect you Weavely account to viaSocket. To create this token, navigate to *Settings->Personal Tokens* in the dashboard. Once created you'll be able to copy and paste this token (i.e. a string of text) to viaSocket in step 2.

    <img src="https://mintcdn.com/weavelyai/pk5d6snujknel6wh/images/personal-tokens.gif?s=c9c630072cee8e8f643333e210195199" alt="Animated screenshot showing where to create a personal token in Weavely AI" width="1510" height="746" data-path="images/personal-tokens.gif" />
  </Step>

  <Step title="Find Weavely Triggers in viaSocket" titleSize="h2">
    When you create a new flow in viaSocket, search for "Weavely" to find Weavely's triggers. For the moment this is limited to "New form submissions". In other words, your flow will be activated everytime your Weavely form gathers a new submission.

    <img src="https://mintcdn.com/weavelyai/5vF_T_MKuoErqSvL/images/Screenshot2025-12-08at17.34.23-ezgif.com-png-to-webp-converter.webp?fit=max&auto=format&n=5vF_T_MKuoErqSvL&q=85&s=af26664c5a8419414987023e168fff3f" alt="Screenshot of searching for Weavely AI forms in viaSocket" width="3012" height="1538" data-path="images/Screenshot2025-12-08at17.34.23-ezgif.com-png-to-webp-converter.webp" />
  </Step>

  <Step title="Setup the Weavely Connection in viaSocket" titleSize="h2">
    When you open a Weavely trigger for the first time you'll first be prompted to connect your Weavely account. This is where your personal token from step 1 will come into play. Copy and paste the token into the field marked "API key" by viaSocket.

    <img src="https://mintcdn.com/weavelyai/5vF_T_MKuoErqSvL/images/Screenshot2025-12-08at17.34.44-ezgif.com-png-to-webp-converter.webp?fit=max&auto=format&n=5vF_T_MKuoErqSvL&q=85&s=ec262d736b1cb3485b899fb41f45eabf" alt="Screenshot of connecting Weavely to viaSocket" width="3016" height="1712" data-path="images/Screenshot2025-12-08at17.34.44-ezgif.com-png-to-webp-converter.webp" />
  </Step>

  <Step title="Start Building your Flow" titleSize="h2">
    That's it! You're all set to start using your form submissions in your viaSocket flow. Further configure the trigger by selecting the right team and the right form to power your automation!

    <img src="https://mintcdn.com/weavelyai/5vF_T_MKuoErqSvL/images/Screenshot2025-12-08at17.35.24-ezgif.com-png-to-webp-converter.webp?fit=max&auto=format&n=5vF_T_MKuoErqSvL&q=85&s=520e496009c50e78701cb2175c7e944b" alt="Screenshot showing how to configure a Weavely AI forms trigger in viaSocket" width="3014" height="1544" data-path="images/Screenshot2025-12-08at17.35.24-ezgif.com-png-to-webp-converter.webp" />
  </Step>
</Steps>
