Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These are the steps for creating a bot in the MSPbots app. 

What's in this article:

Table of Contents
stylenone

1.  Set Set up a new bot.

...

    1. Log in to the MSPbots app using your Office 365 account. 
    2. Navigate to Bots on the left menu then click the New Bot button on the Bots screen.
      image new botImage Removedimage new botImage Added
      You can also start creating a bot from a widget on your dashboard. Click the ellipsis button and select Create Bot.
      image create bot-widgetImage Removed image create bot-widgetImage Added  
    3. Choose how to start creating your bot. In the Create a new bot window, select Start From Blank or Start From Bot Template, then click on a bot type. 
      • Start From Blank - Select this option to create a new bot customized according to your needs. 

        image create new bot options

        New Integration Trigger - Select this bot type to create a bot triggered by integration events. 

        Trigger - Select this bot type to create a bot triggered by specific conditions in datasets or widgets.

        Real-time Data - This type of bot is triggered by user-selected data sourced from a data synchronization source. For example, if the user sets up ConnectWise Manage-Ticket as the data source, a ticket created or updated in the ConnectWise Manage app and synchronized to MSPbots will trigger the bot.

        Trigger or logic of real-time bots:

        1. The synchronization program actively retrieves the lastUpdateTime from the database of the data source you have set up, every 3 minutes, for data updated in the past 3 minutes.
        2. Put the newly obtained data into the message queue.
        3. Real-time Data bots will listen to this message queue, and if there are eligible tickets, the bot will be triggered.

        Message Command - Select this option if you want to trigger the bot using commands from MS Teams or Slack. 



      • Start From Bot Template - Select this option to customize a fully functional bot available to your PSA. 
        image create a bot from templateImage Removedimage create a bot from templateImage Added
    4. Next, do the following steps in the Create a new bot window: 
      create new bot detailsImage Removedcreate new bot detailsImage Added
      1. Enter a name in the Bot Name field.
      2. Identify the Role that will have access to the bot.
      3. Select one or multiple Tags to label the new bot you create.
      4. Type a clear Description of the bot. (Recommended)
    5. Click the Continue button to open the tab with the details and settings for your new bot.

...

    1. Click the Design button on your bot's tab.  
      bot designImage Removedbot designImage Added
      This opens the Trigger window where you configure the trigger script.

    2. Start defining the trigger by selecting Widget or Dataset, and your PSA.
      createbot6Image Removedcreatebot6Image Added
    3. Next, go to the meet following criteria section and define the criteria for triggering the bot. Hover over the plus (plus) icon and click +Add Group or +Add Condition.
      add group conditionImage Removedadd group conditionImage Added
      If you want to preview the data, click the   Data Inspector icon.

    4. Go to the I want the bot to run based on this schedule section.
      1. Schedule - Set the time and frequency for running the bot. 

      2. Time Zone - Select the time zone to be used by this bot to send messages.
        Note

        Please note that when you clone a Trigger bot, the cloned Trigger bot will inherit the time zone value from the original Trigger bot. If you are in a different time zone and you want the bot to run in your time zone, you will need to specify the time zone for the Trigger block of the cloned bot.

      3. Settings - Click Settings to select which holidays the bot should not send messages on. Holidays are custom-defined in the Holidays section of System in your Settings. For more information, please refer to: How to Configure the Holidays List in the MSPbots App.

...

    1. To set up advanced scheduling, scroll down to the Advanced Scheduler section on the Trigger screen.
    2. Click the Setting link to open the Advanced Scheduler window. 
    3. On the Advanced Scheduler window, configure the bot to alert in Minutes, Hours, Day, Month, or Year, then click Save.
    4. Click the Next button to continue to the steps for defining the bot alert script.
      createbot9Image Removedcreatebot9Image Added

4. Define the bot alert script.

...

    1. Start by activating the channel where the bot will send the alert message. Click the toggle for any of the following to switch the channel ON: 
      • Microsoft Teams Chat 
      • Microsoft Teams Channel 
      • Email 
      • Web Message
      • Slack Chat
      • Slack Channel
        image alert channelImage Removedimage alert channelImage Added

        You can choose more than one channel based on your needs. 

    2. Set up the alert message.
      For example, to set an email alert:
      1. Click the Email toggle switch. This will show the email fields and the checkbox for Hide the message footer
      2. (Optional) Select the Hide the message footer checkbox to remove the additional information from the bottom of the email message.
        image email toggleImage Removedimage email toggleImage Added
      3. Select a sender from the From dropdown list.
        image select from fieldImage Removedimage select from fieldImage Added
      4. Next, click the To field and select the recipients from the From Dataset Field, From Drill Through, or From User List fields.  You can also click CC or BCC to add recipients to these fields.
        image select to fieldImage Removedimage select to fieldImage Added
      5. Type the Subject of the email.
         image email subjectImage Removedimage email subjectImage Added
      6. In the section for the email message, compose a custom message for the alert message. 
        image email messageImage Removedimage email messageImage Added
        You can use the Insert a Token button to select data to include in the message. Formatting options are also available to highlight message sections. 
        Image RemovedImage Added
      7. Select the Preview checkbox to show a preview of your message. 
        image preview messageImage Removedimage preview messageImage Added
        When Preview is selected, the toggle for Light Mode or Dark Mode also appears. Light Mode is enabled by default. Click the toggle to apply Dark Mode to your email.
        image dark modeImage Removedimage dark modeImage Added
      8. Next, click Choose Template and select the message template you want to use. 
        image message templateImage Removedimage message templateImage Added
        Selecting a template automatically changes the message in the message box. 

        You can also save your message and turn it into a template. 
        1. Click Save as a template
        2. Type a Template Name and select a Template Type
        3. Select View After Adding to add your template in Choose Template dropdown menu. 
        4. Click Add to save the current message as a message template. 
      9. Click Next when done. This action takes you to the escalation script setup. 
         
        Info

        For instructions on sending alert messages to MS Teams, refer to the article How to set up MSPbots to send messages to a Microsoft Teams channel.
        For instructions on sending alert messages to Slack, refer to the article Slack Integration Setup.


...

    1. Select a Time Frame for the escalation cycle, e.g., Day, Week, or Month.
    2. Define the escalation steps by selecting an Escalation Threshold.
    3. Write the Escalation message and click the + Add Message button to create another message.
    4. Click the Finish button when done.

      For example, selecting
       Week for Time Frame and for Escalation Threshold will send the escalation message on the third time the bot was triggered in the week.
      image save message as templateImage Added
      image save message as templateImage Removedimage escalation settingsImage Removedimage escalation settingsImage Added

6. Activate the bot.

...

    • Trigger - Switch this ON to make the bot available and running.
    • Alert - Switch this ON to enable the sending of alerts.
    • Escalation - Switch this ON to activate the escalation setup.
      image bot detailsImage Removedimage bot detailsImage Added