diff --git a/Web/Controls/Help/GettingStarted/Integration/Zapier/GettingStartedZapier.ascx b/Web/Controls/Help/GettingStarted/Integration/Zapier/GettingStartedZapier.ascx new file mode 100644 index 000000000..02cea0f94 --- /dev/null +++ b/Web/Controls/Help/GettingStarted/Integration/Zapier/GettingStartedZapier.ascx @@ -0,0 +1,629 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> +<%@ Register TagPrefix="cc" TagName="LinuxVersionTag" Src="~/Controls/Help/Tags/linux-version/linux-version.ascx" %> + + + +
+ +
+ +
+ +
+

About the ONLYOFFICE and Zapier integration

+
+

ONLYOFFICE offers an official connector to integrate ONLYOFFICE DocSpace with Zapier. This app allows users to create their own DocSpace integration and configure actions of the "If X happens, then you need to do Y" format without any programming. These interactions are called Zaps.

+ +
+

Examples of Zaps

+

The list of implemented Zaps:

+
    +
  • DocSpace and Zoom. The "">User Added" trigger was used. When adding a new user in DocSpace, a Zoom meeting is automatically created for the company employee, with the topic on teaching a new user how to use DocSpace.
  • +
  • DocSpace and Google Docs. The "">File Created in My Documents" trigger was used. After a user creates a document in DocSpace, its copy is added to Google Docs.
  • +
  • DocSpace and GMail. The "">File Created" trigger was used. A user creates a file in DocSpace and gets its copy to GMail email, for further work, or for sending to customers.
  • +
  • DocSpace, Slack and Discord. The "">Room Created" trigger was used. After creating a new room in DocSpace, a channel in Slack is automatically created and a notification is sent to Discord.
  • +
  • DocSpace and Google Chat. The "">Room Archived" trigger was used. After a user moves a room to the archive, a notification is automatically sent to Google Chat.
  • +
  • Asana and DocSpace. The "">Search Folder" and "Delete Folder" actions were used. A folder is created in DocSpace according to the task name in Asana. When the task is closed, the folder in DocSpace will be automatically removed.
  • +
  • DocSpace and Telegram. The "">Room Created" trigger and "Share Room" action were used. When creating a room in DocSpace, a Telegram notification is automatically sent to an administrator or a certain user.
  • +
  • Linear.app and DocSpace. The "">Create Room" action was used. When creating a new task in Linear.app, a room in DocSpace is automatically created.
  • +
  • OneDrive and DocSpace. The "">Upload File" action was used. When adding a file to OneDrive, its copy is automatically sent to DocSpace.
  • +
  • HubSpot and DocSpace. The "">Invite User" action was used. When adding a new contact in HubSpot, an invitation to register in the DocSpace workspace is automatically sent to this contact.
  • +
+
+ + <%--
+

What's new in version 2.2.2

+

Fixed

+
    +
  • JWT support
  • +
+

The full change log is available here.

+
--%> + +
+
+ +
+

Connecting ONLYOFFICE DocSpace to Zapier

+
+ +
+

Requirements

+
    +
  • Zapier
  • +
  • ONLYOFFICE DocSpace
  • +
  • Zapier ONLYOFFICE integration app
  • +
+
+ + +
+

Installing the ONLYOFFICE DocSpace connector for Zapier

+
+

The ONLYOFFICE DocSpace app can be found and connected in the Zapier Apps section:

+
    +
  • Sign up for a Zapier account or log in.
  • +
  • Go to the Apps -> My Apps section.
  • +
  • Click the + Add connection button and find ONLYOFFICE DocSpace.
  • +
  • Enter URL to your DocSpace, email and password to connect your account.
  • +
  • Start creating a new Zap with using DocSpace.
  • +
+
+
+
+
+ +
+

Start using ONLYOFFICE DocSpace within Zapier

+
+
+

Creating Zaps

+
    +
  • To create a chain of actions, select the trigger event from which the chain begins. +

    For example, we selected a trigger on creating a file in the "My documents" section. In the App & event section, choose the File Created in My Documents event.

    +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • + Then we need to authorize in DocSpace where we will track the file creation. In the Account section, click Sign in. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    In the authorization window, specify the DocSpace portal URL, email address and password. Click Yes, Continue to ONLYOFFICE DocSpace.

    +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the Trigger section, you can set up your trigger. In this case, you can optionally select the necessary folder or leave the default settings. +

    Then, it’s necessary to test the trigger. Click the Test trigger button.

    +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Select a record and click the Continue with selected record button. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Then we can create the following events in the chain, test them and publish the Zap. More details for available Zaps are described below. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
+
+ +
+

User Added trigger

+

Goal

+

When adding a new user in DocSpace, a Zoom meeting is automatically created for the company employee, with the topic on teaching a new user how to use DocSpace.

+

Implementation

+
    +
  • Add the DocSpace "User Added" trigger, so that obtain data about new users in DocSpace. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the Zapier "Delay After Queue" action to get current time. +

    Set the desired delay for the event, 0 minutes is set in the example. Choose the responsible for the task. If necessary, select several responsibles.

    +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Then add the Zoom "Create Meeting" action. +

    Set up the action depending on your needs. Type in the meeting topic, choose the date, duration, enter a password if necessary.

    +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

File Created in My Documents trigger

+

Goal

+

After a user creates a document in DocSpace, its copy is added to Google Docs.

+

Implementation

+
    +
  • Add the DocSpace "File Created in My Documents" trigger. This trigger is activated when creating or adding a new document. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    If necessary, select the folder for which the trigger will work.

    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • To obtain a file from DocSpace, it’s necessary to download it first. To do that, add the "Download File" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the action settings, select the file ID. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new Google Docs "Upload Document" action. Select the File field and the folder in Google Docs for uploading files. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

File Created trigger

+

Goal

+

A user creates a file in DocSpace and gets its copy to GMail email, for further work, or for sending to customers.

+

Implementation

+
    +
  • Add the DocSpace "File Created" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    If necessary, select the room and/or folder for which the trigger will work.

    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new DocSpace "Download File" action, which will download the file. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the Action settings, select the file ID. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new GMail "Send Email" action. Enter necessary parameters in the settings. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the Attachment field, specify the value from the "Download File" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

Room Created trigger

+

Goal

+

After creating a new room in DocSpace, a channel in Slack is automatically created and a notification is sent to Discord.

+

Implementation

+
    +
  • Add the DocSpace "Room Created" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the Slack "Create Channel" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the Action settings, select the Channel Name. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new Discord "Send Message" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Select the recipient and the message text. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

Room Archived trigger

+

Goal

+

After a user moves a room to the archive, a notification is automatically sent to Google Chat.

+

Implementation

+
    +
  • Add the DocSpace "Room Archived" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the Google Chat "Create Message" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, select a channel and create the message text using the constructor. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

Search Folder and Delete Folder actions

+

Goal

+

A folder is created in DocSpace according to the task name in Asana. When the task is closed, the folder in DocSpace will be automatically removed.

+

Implementation

+
    +
  • Add the Asana "Completed Task" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Select the Workspace and Project in Asana. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new DocSpace "Search Folder" action, which will be search for a folder by the task name. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, select the section where to search for the folder and choose the field with the folder name. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the Delete Folder action. Depending on the folder location, choose "Delete Folder" or "Delete Folder From My Documents". +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, choose the field with the folder ID. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

Share Room action

+

Goal

+

The DocSpace administrator wants to have access to all rooms that will be created and receive a Telegram notification.

+

Implementation

+
    +
  • Add the DocSpace "Room Created" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the DocSpace "Share Room" action which will automatically provide access to a room. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the Action settings, choose the room ID, the user we grant access to, and the role. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the Telegram "Send Message" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, choose "Chat Id". In the "Message Text" field, create the message text using the constructor. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

Create Room action

+

Goal

+

When creating a new task in Linear.app, a room in DocSpace is automatically created.

+

Implementation

+
    +
  • Add the Linear "New Issue" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new DocSpace "Create Room" action, which will automatically create a new room. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, select the room title and type. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    +
  • +
+
+ +
+

Upload File action

+

Goal

+

When adding a file to OneDrive, its copy is automatically sent to DocSpace.

+

Implementation

+
    +
  • Add the OneDrive "New File" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new DocSpace "Upload File to My Documents" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, choose the field with the attachment. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. When testing the Zap, the value in the url field must started and ended with the hydrate tag. If all tests passed successfully, publish it.

    +
    If an error occurs when testing the "Upload File" action, it’s recommended to reconnect the app. To do that, in the Zapier Apps section, select the ONLYOFFICE app. Remove the existing connection and add it again.
    +
  • +
+
+ +
+

Invite User action

+

Goal

+

When adding a new contact in HubSpot, an invitation to register in the DocSpace workspace is automatically sent to this contact.

+

Implementation

+
    +
  • Add the HubSpot "New Contact" trigger. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Test the trigger and make sure that everything works. Select a record example for further work. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • Add the new DocSpace "Invite User" action. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +
  • +
  • In the settings, choose the field containing Email and select the user role. +
    + Creating a Zap" /> + Creating a Zap" /> +
    +
    +

    Then test the Zap. If all tests passed successfully, publish it.

    + +
  • +
+
+
+
+ +
\ No newline at end of file diff --git a/Web/Controls/Help/Integration/Zapier.ascx b/Web/Controls/Help/Integration/Zapier.ascx new file mode 100644 index 000000000..0f40e1229 --- /dev/null +++ b/Web/Controls/Help/Integration/Zapier.ascx @@ -0,0 +1,64 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
+

Integration Guides

+ <%--
+

+ +

+
+ +
+
--%> + +
\ No newline at end of file diff --git a/Web/Integration/gettingstarted-zapier.aspx b/Web/Integration/gettingstarted-zapier.aspx new file mode 100644 index 000000000..e8761b381 --- /dev/null +++ b/Web/Integration/gettingstarted-zapier.aspx @@ -0,0 +1,21 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + <% ((BasePage)Page).EditionVersion = "Integration Guides Zapier"; %> + <% ((BasePage)Page).CommandName = "zapier"; %> + + + + + + + + + +
+ + \ No newline at end of file diff --git a/Web/Integration/zapier.aspx b/Web/Integration/zapier.aspx new file mode 100644 index 000000000..6b4862351 --- /dev/null +++ b/Web/Integration/zapier.aspx @@ -0,0 +1,19 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/10_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_1.png new file mode 100644 index 000000000..d6de5d5a2 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/10_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_2.png new file mode 100644 index 000000000..ce4289183 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/10_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_3.png new file mode 100644 index 000000000..e3340be1c Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/10_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_4.png new file mode 100644 index 000000000..938ed7c5d Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/10_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_1.png new file mode 100644 index 000000000..81d86c532 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_2.png new file mode 100644 index 000000000..ebcbae534 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_3.png new file mode 100644 index 000000000..12776670e Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_4.png new file mode 100644 index 000000000..4fa5c0204 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_5.png new file mode 100644 index 000000000..6c99d89cc Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_6.png new file mode 100644 index 000000000..3e5ef3af9 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_7.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_7.png new file mode 100644 index 000000000..4f14098d1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_7.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/1_8.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_8.png new file mode 100644 index 000000000..6b36c3561 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/1_8.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/2_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_1.png new file mode 100644 index 000000000..c1ec78eb4 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/2_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_2.png new file mode 100644 index 000000000..bc28c8264 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/2_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_3.png new file mode 100644 index 000000000..a6be36696 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/2_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_4.png new file mode 100644 index 000000000..8fd2a682a Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/2_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/3_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_1.png new file mode 100644 index 000000000..09a7aa460 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/3_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_2.png new file mode 100644 index 000000000..e879f437f Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/3_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_3.png new file mode 100644 index 000000000..b8b837d18 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/3_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_4.png new file mode 100644 index 000000000..095275b87 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/3_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_5.png new file mode 100644 index 000000000..cd1dad235 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/3_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_6.png new file mode 100644 index 000000000..923197b9d Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/3_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/4_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_1.png new file mode 100644 index 000000000..97cf73cb1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/4_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_2.png new file mode 100644 index 000000000..cef5fc1a7 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/4_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_3.png new file mode 100644 index 000000000..e513e4d14 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/4_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_4.png new file mode 100644 index 000000000..667fd81e8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/4_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_5.png new file mode 100644 index 000000000..804221ec8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/4_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_6.png new file mode 100644 index 000000000..4c8efa85a Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/4_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/5_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_1.png new file mode 100644 index 000000000..93a04f640 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/5_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_2.png new file mode 100644 index 000000000..97e04c71a Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/5_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_3.png new file mode 100644 index 000000000..d9c3a3d63 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/5_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_4.png new file mode 100644 index 000000000..2f7f88d29 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/5_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_1.png new file mode 100644 index 000000000..da728b483 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_2.png new file mode 100644 index 000000000..2200bc025 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_3.png new file mode 100644 index 000000000..bf0bd7d1c Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_4.png new file mode 100644 index 000000000..6f1e8ec3b Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_5.png new file mode 100644 index 000000000..947910a46 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_6.png new file mode 100644 index 000000000..9c9f67697 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/6_7.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_7.png new file mode 100644 index 000000000..64675bf7f Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/6_7.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/7_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_1.png new file mode 100644 index 000000000..9c32ef74d Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/7_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_2.png new file mode 100644 index 000000000..d331fdc74 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/7_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_3.png new file mode 100644 index 000000000..384bc3b60 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/7_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_4.png new file mode 100644 index 000000000..3f80548ea Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/7_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_5.png new file mode 100644 index 000000000..b67207238 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/7_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_6.png new file mode 100644 index 000000000..3b5b3fd4d Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/7_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/8_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_1.png new file mode 100644 index 000000000..ce7f734f7 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/8_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_2.png new file mode 100644 index 000000000..54969d2dd Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/8_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_3.png new file mode 100644 index 000000000..e54777626 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/8_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_4.png new file mode 100644 index 000000000..872c39dd1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/8_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/9_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_1.png new file mode 100644 index 000000000..f72a7a0e8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/9_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_2.png new file mode 100644 index 000000000..e3327e90e Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/9_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_3.png new file mode 100644 index 000000000..b2a2fdca8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/big/9_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_4.png new file mode 100644 index 000000000..d35a922df Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/big/9_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/10_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_1.png new file mode 100644 index 000000000..284f49639 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/10_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_2.png new file mode 100644 index 000000000..41c5c9e0b Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/10_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_3.png new file mode 100644 index 000000000..58ce8b774 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/10_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_4.png new file mode 100644 index 000000000..35c8f6ca2 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/10_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_1.png new file mode 100644 index 000000000..b7e512b44 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_2.png new file mode 100644 index 000000000..d11dd26ab Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_3.png new file mode 100644 index 000000000..3cd9084b1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_4.png new file mode 100644 index 000000000..346fb7ea7 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_5.png new file mode 100644 index 000000000..0f29f8378 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_6.png new file mode 100644 index 000000000..4bbc4493f Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_7.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_7.png new file mode 100644 index 000000000..a7c18a437 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_7.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/1_8.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_8.png new file mode 100644 index 000000000..7be68b767 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/1_8.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/2_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_1.png new file mode 100644 index 000000000..22f2ee8de Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/2_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_2.png new file mode 100644 index 000000000..730fc2a26 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/2_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_3.png new file mode 100644 index 000000000..4084314f8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/2_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_4.png new file mode 100644 index 000000000..2f62316a1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/2_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/3_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_1.png new file mode 100644 index 000000000..df9a93786 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/3_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_2.png new file mode 100644 index 000000000..06ae01056 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/3_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_3.png new file mode 100644 index 000000000..40615f144 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/3_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_4.png new file mode 100644 index 000000000..1ced8bfb1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/3_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_5.png new file mode 100644 index 000000000..a12d80750 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/3_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_6.png new file mode 100644 index 000000000..d64e5dfdc Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/3_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/4_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_1.png new file mode 100644 index 000000000..3884fea54 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/4_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_2.png new file mode 100644 index 000000000..820397ebe Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/4_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_3.png new file mode 100644 index 000000000..11c2cb0b5 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/4_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_4.png new file mode 100644 index 000000000..0451664ce Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/4_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_5.png new file mode 100644 index 000000000..6446b331e Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/4_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_6.png new file mode 100644 index 000000000..868523b3b Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/4_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/5_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_1.png new file mode 100644 index 000000000..afb5136a3 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/5_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_2.png new file mode 100644 index 000000000..7dacf2dcc Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/5_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_3.png new file mode 100644 index 000000000..d74f8a947 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/5_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_4.png new file mode 100644 index 000000000..ce5b396a4 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/5_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_1.png new file mode 100644 index 000000000..244bbd26d Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_2.png new file mode 100644 index 000000000..154be7af0 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_3.png new file mode 100644 index 000000000..20b780ab4 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_4.png new file mode 100644 index 000000000..0fbf9f6a0 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_5.png new file mode 100644 index 000000000..a0415e829 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_6.png new file mode 100644 index 000000000..c5b61f80d Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/6_7.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_7.png new file mode 100644 index 000000000..94f4ae633 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/6_7.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/7_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_1.png new file mode 100644 index 000000000..382449d56 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/7_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_2.png new file mode 100644 index 000000000..4fbec2594 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/7_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_3.png new file mode 100644 index 000000000..f40179ec3 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/7_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_4.png new file mode 100644 index 000000000..409f35563 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/7_5.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_5.png new file mode 100644 index 000000000..b0c960b28 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_5.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/7_6.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_6.png new file mode 100644 index 000000000..f5ab67823 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/7_6.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/8_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_1.png new file mode 100644 index 000000000..d81e56974 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/8_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_2.png new file mode 100644 index 000000000..595dfcf1b Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/8_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_3.png new file mode 100644 index 000000000..03f6cf532 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/8_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_4.png new file mode 100644 index 000000000..df5487207 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/8_4.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/9_1.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_1.png new file mode 100644 index 000000000..94b847c17 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_1.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/9_2.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_2.png new file mode 100644 index 000000000..00d24b5a1 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_2.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/9_3.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_3.png new file mode 100644 index 000000000..b76fb1288 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_3.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Zapier/small/9_4.png b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_4.png new file mode 100644 index 000000000..58ca2a88e Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_4.png differ