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..ec7f82403 --- /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 Docs 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..b9b9e495a 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..f0635f5e9 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..53cc45d90 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..bcd7b47d0 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..27e5016f6 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..952e66ede 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..66a517996 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..81abdfedb 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..595764df0 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..aba14b4ea 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..73364767f 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..36bf47d13 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..7a1330a4f 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..c8b7de140 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..c71d5b697 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..19786103e 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..1aaf8cd68 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..f826b77d7 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..d827f5bd9 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..7ea5b9f1c 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..756f1062b 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..1d158fe58 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..c2a87f641 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..fd90cb38c 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..52c79fb86 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..1672dba80 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..d254e8869 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..030e34026 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..c535e97f0 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..81b3e80b2 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..24bd90983 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..3875f6221 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..3480d4eff 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..8c65b067c 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..9e7e2950e 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..644fd0fc8 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..205f9bced 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..e2e3646f2 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..edf39b428 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..ff82156ea 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..b48913572 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..3825abb4c 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..d875f314a 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..9a388f0a3 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..53fcece73 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..4219940de 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..21a0741d0 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..b78f7e4e9 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..c0ccc19df 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..9a82f2d10 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..0b403ce77 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..b7ec1f8dc 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..2897111a3 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..2efb1e65a 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..d7e3627d3 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..3509990bb 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..3965bd075 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..a0a9f103f 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..7a6b90b1b 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..a6662ba0c 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..99b9533ae 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..e9053ec6f 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..88f5e1765 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..5a69a2856 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..11267403b 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..365823288 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..cb3fb205b 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..0741fabc9 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..fd50414f1 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..7c16ee503 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..639ebc3f6 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..22acfb618 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..1f03926d5 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..97488873f 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..354037326 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..f3e8b33d8 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..a47e474c3 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..65b84a971 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..6be666a66 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..2790cffe5 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..e34d97029 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..d5eceee0e 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..e5e6ed44b 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..26aa8505b 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..bd85e3357 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..1760885ec 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..85124daa3 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..a11c6d184 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..9f29df909 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..331b20a1f 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..a2884e3d2 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..c693dc566 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..365d820c7 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..678b37cf7 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..b0883ee9d 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..c24ecfcc4 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..6d1bd0ed6 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..8fdf3255d 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..44b157597 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..20eb5c277 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..571bf4efd 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..9d36e3275 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..7898d80aa 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..5c6804733 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..343ab521e 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..0031ea3b8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Zapier/small/9_4.png differ