Mike Brown
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Zapier Integration ## What is it? Zapier is an app automation platform where users can connect apps into customized workflows—what they call "Zaps". A Zapier integration can connect Rake's API to the Zapier platform and let it integrate with 2,000+ other popular apps to watch for new or updated data, find existing data, or create and update data. https://platform.zapier.com/quickstart/introduction ## MVP for Zapier integration > We should target the Partnership program outlined here, at the end of this project we would want to be ready to apply for Zapier partnership. https://zapier.com/developer/documentation/v2/lifecycle-launch/ 1. In Admin Console, we should add an Integrations page. 3. That page will have a section for "Direct Integrations", which we can currently fill with other integrations like Google My Business , etc. 4. And a second tab in same area for "Using Zapier". See https://platform.zapier.com/partner_api/embedding 5. In the "Using Zapier" tab, we want to have a way for Rake admin console users to create Zaps directly from within Rake. 6. We should have ten (10) Zap Templates ready for common Zaps (these are TBD). But they would allow users to openly create a new Zap for any Rake event to any supported app via Zapier. 7. Configured Zaps should be listed in their own sub-tab "Configured Zaps", while templates should be in a tab called "Explore Zaps" 8. Example of how ZoHo allows users to add Zaps directly in their app or choose from existing Zap templates. ![](https://i.imgur.com/yuwfRO5.gif) ## How Zapier Works 1. Authenticate 2. Choose Trigger Events and data 3. Choose Secondary App and Actions ## Developing in Zapier https://developer.zapier.com/ We will want the developer account we ultimately use to be Rake branded. It's ok to use a personal account at first, but once we get into a place where we are building templates, we will want a common branded account. ## What events will we need to push to other apps? These are the triggers in Rake that may cause a Zap to fire (if one is actively configured). ### Real-time Event Trigger Examples These would be "global" event triggers, avaiable at the system level. More may be needed. >For serious consideration. Do we need to build a UI in Admin Console to allow admins and super users to custom build event triggers for any scenario that will be able to be used by an interface? I'm thinking about any event of combination of events. e.g. A workspace is deactivated, an entity has not had a new session in "X" days, and entity had a session end "X" hours ago, etc. etc. Should some event triggers be "global" or defined for a org/proj/workspace? #### Internal session events | Event | Real-time | Data | | -------- | -------- | -------- | | New public message posted anywhere | YES | JSON | | New messages posted to public channel | YES | JSON | | New Public Channel created | YES | JSON | | New Private Channel created | YES | JSON | | New @mention in public channel | YES | JSON | | New sytemUser joined a public channel | YES | JSON | | New message posted to private channel | YES | JSON | | New reaction added to message in public channel | YES | JSON | | New file uploaded | YES | JSON | #### External session events | Event | Real-time | Data | | -------- | -------- | -------- | | New external session started (first message received) | YES | JSON | | New external session ended | YES | JSON | | Agent assigned to session | YES | JSON | | Tag added to session | YES | JSON | | Customer assigned to session | YES | JSON | #### Visitor monitoring events | Event | Real-time | Data | | -------- | -------- | -------- | | New visitor web session ended | YES | JSON | | Invitation sent to visitor | YES | JSON | #### Task Events | Event | Real-time | Data | | -------- | -------- | -------- | | New Task created | YES | JSON | | Task updated | YES | JSON | | Task deleted | YES | JSON | | File posted to task | YES | JSON | | Note added to task | YES | JSON | #### Entity (Customer) Events | Event | Real-time | Data | | -------- | -------- | -------- | | New Customer created | YES | JSON | | Customer updated | YES | JSON | | Customer merged | YES | JSON | #### SystemUser Events | Event | Real-time | Data | | -------- | -------- | -------- | | SystemUser Added | YES | JSON | | SystemUser Updated | YES | JSON | ### Cron-based Event Trigger Examples These would be triggers encountered by a cron-job that runs hourly/daily/weekly, etc. #### Internal session events | Event | Real-time | Data | | -------- | -------- | -------- | | Session Ended [hours] ago | NO | JSON | | Task due [hours] from now | NO | JSON | | No message activity for [days] in workspace | NO | JSON | ## What actions will be available for events pushed to us from other apps? These are usually Create or Search actions. ### Creates | Event | Real-time | Data | | -------- | -------- | -------- | | Send Channel Message | YES | JSON | | Send Direct Message | YES | JSON | | Add Reminder (coming soon) | YES | JSON | | Set Channel Topic (feature coming soon) | YES | JSON | | Send Private Channel message | YES | JSON | | Create Channel | YES | JSON | | Invite SystemUser | YES | JSON | | Update SystemUser Profile | YES | JSON | | Create a Task | YES | JSON | | Update a Task | YES | JSON | | Delete a Task | YES | JSON | | Add a file to a Task | YES | JSON | | Add a Note to a Task | YES | JSON | | Add a new Entity (customer) | YES | JSON | | Update Entity data (customer) | YES | JSON | ### Searches Data available through Rake Search | Event | Real-time | Data | | -------- | -------- | -------- | | Find a message | YES | JSON | | Find systemUser by email | YES | JSON | | Find systemUser by name | YES | JSON | | Find systemUser by Id | YES | JSON | | Find a Task by Name| YES | JSON | | Find a Task by Id| YES | JSON | | Find a Task by Customer| YES | JSON | | Find a Task by assigned systemUser| YES | JSON | | Find an entity (customer) | YES | JSON | | Find sessions by entity (customer) | YES | JSON | ## UI Considerations Embed via the Partner API vs. Widget.js > I prefer the Partner API as it allows us to have control over the UI, such as Unbounce did here. > ![](https://i.imgur.com/aUoVSNG.png)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully