Outbound Webhook: Example – Service Call Monitor

Outbound Webhook: Example – Service Call Monitor

In this example, we’ll create the webhook that will send Integromat Make a message when Service Call Monitor detects an issue. This message can then be routed via no-code to you via email, to MS Teams, etc.

Setup the Webhook Sender and Receiver

  1. Create your listener in Integromat (the receiver) so that it is waiting for a webhook call
  2. Create a new webhook named “Integromat Notification” in Rocketship (the sender)
  3. For the URL, set that to the Integromat webhook you created
  4. For the POST data field define it as shown below and then click Save.

{
"liveID": "{{event.liveID}}",
"description": "{{event.description}}",
"duration": "{{event.duration}}",
"startDateTime": "{{event.startDateTime}}",
"endDateTime": "{{event.endDateTime}}",
"ticketLiveID": "{{ticket.liveID}}",
"ticketNumber": "{{ticket.ticketNumber}}",
"ticketTitle": "{{ticket.title}}",
"resourceLiveID": "{{resource.liveID}}",
"resourceUserName": "{{resource.userName}}"
}

Great! We’ve defined our webhook. Feel free to click the Test Webhook button. It will send the content to your Integromat instance.

    • Related Articles

    • Using the Service Call Monitor to Trigger Rocketship Workflows

      The Service Call Monitor allows you to trigger Rocketship Workflows based on conditions related to a service call. This is especially helpful for scenarios like flagging overdue appointments or taking action on service calls that are running long. ...
    • Outbound Webhook: Example – Escalation Failed

      In this example, we’ll create the webhook that will send Integromat Make a message when an Escalation fails. This message can then be routed via no-code to you via email, to MS Teams, etc. Setup the Webhook Sender and Receiver Create your listener in ...
    • Using the Service Call Monitor to Trigger Rocketship Workflows

      The Service Call Monitor allows you to trigger Rocketship Workflows based on conditions related to a service call. This is especially helpful for scenarios like flagging overdue appointments or taking action on service calls that are running long. ...
    • How long does it take for Rocketship to show imported Service Calls?

      Rocketship supports creates/updates/deletes of Service Calls by 3rd party software. This KB describe that interaction. How We Find 3rd Party Service Calls Service Calls creates/updates/deletes can come from one of three places: Rocketship Autotask ...
    • Outbound Webhook: Integrating Rocketship with Integromat Make

      In this KB, we’ll walk you through integrating Rocketship with the popular no-code platform Integromat (now known as Make.com) via Rocketship Webhooks. By the end of the KB, your Integromat no-code scenario will email you every time Rocketship ...