# Zapier Zaps

***

## Prerequisite

1. [Log in](https://zapier.com/app/login) or [sign up](https://zapier.com/sign-up) to Zapier
2. Refer [deployment](/configuration/deployment.md) to create a cloud hosted version of Flowise.

## Setup

1. Go to [Zapier Zaps](https://zapier.com/app/zaps)
2. Click **Create**

<figure><img src="/files/p3k1NnOM52oS4A3ejmRs" alt=""><figcaption></figcaption></figure>

### Receive Trigger Message

1. Click or Search for **Discord**

   <figure><img src="/files/XlHHrom06hGjYMS0Yl1G" alt="" width="563"><figcaption></figcaption></figure>
2. Select **New Message Posted to Channel** as Event then click **Continue**

   <figure><img src="/files/QPdBaniElIZfGuUO9tie" alt="" width="563"><figcaption></figcaption></figure>
3. **Sign in** your Discord account

   <figure><img src="/files/wF7Kg0CTnF1b9mHgyzjM" alt="" width="563"><figcaption></figcaption></figure>
4. Add **Zapier Bot** to your prefered server

   <figure><img src="/files/TwtZFFqSEXtjBixuPImZ" alt="" width="272"><figcaption></figcaption></figure>
5. Give appropriate permissions and click **Authorize** then click **Continue**

   <figure><img src="/files/aOERgEU7MB1VcjhmdQz5" alt="" width="292"><figcaption></figcaption></figure>

   <figure><img src="/files/J2NrCw44xDlwUOvGttcz" alt="" width="290"><figcaption></figcaption></figure>
6. Select your **prefered channel** to interact with Zapier Bot then click **Continue**

   <figure><img src="/files/vO9T8i1aBJJ9isR4eaAV" alt="" width="563"><figcaption></figcaption></figure>
7. **Send a message** to your selected channel on step 8

   <figure><img src="/files/ey0xZTdAb6E5dSbRkjT8" alt="" width="563"><figcaption></figcaption></figure>
8. Click **Test trigger**

   <figure><img src="/files/TnLYi3eyh1th9cDjt07n" alt="" width="563"><figcaption></figcaption></figure>
9. Select your message then click **Continue with the selected record**

   <figure><img src="/files/KrM0PQlq2IldIoxsZlmG" alt="" width="563"><figcaption></figcaption></figure>

### Filter out Zapier Bot's Message

1. Click or search for **Filter**

   <figure><img src="/files/JODPoeeOQ0xVBrGgtijB" alt="" width="563"><figcaption></figcaption></figure>
2. Configure **Filter** to not continue if received message from **Zapier Bot** then click **Continue**

   <figure><img src="/files/WiCjN8WzHSS0R3P5KHfC" alt="" width="563"><figcaption></figcaption></figure>

### FlowiseAI generate Result Message

1. Click **+**, click or search for **FlowiseAI**

   <figure><img src="/files/dpEocoYcf9c5t9hnFTSm" alt="" width="563"><figcaption></figcaption></figure>
2. Select **Make Prediction** as Event, then click **Continue**

   <figure><img src="/files/cnrNiX44Y0kkui0Gs4DV" alt="" width="563"><figcaption></figcaption></figure>
3. Click **Sign in** and insert your details, then click **Yes, Continue to FlowiseAI**

   <figure><img src="/files/6XrLaS6cLuFfv0rhY0Uw" alt="" width="563"><figcaption></figcaption></figure>

   <figure><img src="/files/87PPtj5tIXJoqhHjmkx7" alt="" width="563"><figcaption></figcaption></figure>
4. Select **Content** from Discord and your Flow ID, then click **Continue**

   <figure><img src="/files/xYjTife2vB70mq71s2VV" alt="" width="563"><figcaption></figcaption></figure>
5. Click **Test action** and wait for your result

   <figure><img src="/files/coyAXhQrQOYQ2cFQhYoc" alt="" width="563"><figcaption></figcaption></figure>

### Send Result Message

1. Click **+**, click or search for **Discord**

   <figure><img src="/files/qXAZuIRcPETlzpDBvOL2" alt="" width="563"><figcaption></figcaption></figure>
2. Select **Send Channel Message** as Event, then click **Continue**

   <figure><img src="/files/nHwZBl8WmdRy61ZGnOvz" alt="" width="563"><figcaption></figcaption></figure>
3. Select the Discord's account that you signed in, then click **Continue**

   <figure><img src="/files/z9HIi3ffUNeAXNmYrbZA" alt="" width="563"><figcaption></figcaption></figure>
4. Select your prefered Channel for channel and select **Text** and **String Source** (if available) from FlowiseAI for Message Text, then click **Continue**

   <figure><img src="/files/phvr5QAQr8TDUAGWbrkX" alt="" width="563"><figcaption></figcaption></figure>
5. Click **Test action**

   <figure><img src="/files/EDcEPpfRG9yyaePqbsuW" alt=""><figcaption></figcaption></figure>
6. Voila [🎉](https://emojipedia.org/party-popper/) you should see the message arrived in your Discord Channel

   <figure><img src="/files/2HircxaLgBBxSi5goJ7x" alt=""><figcaption></figcaption></figure>
7. Lastly, rename your Zap and publish it

   <figure><img src="/files/aniKSWQXakfRHUfhBCVf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/integrations/3rd-party-platform-integration/zapier-zaps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
