Installer.com Docs
API ReferenceWorkflows
GET
/api/routers/{routerId}/workflows/{workflowId}/notifications

Path Parameters

routerId*string
Formatuuid
workflowId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflows/497f6eca-6276-4993-bfeb-53cbbbba6f08/notifications"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4",
    "workflowStepId": "910ae244-d9b7-47aa-bbbd-fedca7553eff",
    "workflowTemplateStepTaskId": "499b639c-04b1-40e1-b8a5-a390225b817a",
    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
    "states": [
      "string"
    ],
    "name": "string",
    "type": "webhook",
    "timing": "string",
    "delay": -2147483648,
    "recipient": {
      "type": "ACTOR",
      "value": "string"
    },
    "workflowActorId": "adcdc59d-29f1-4a63-b63e-feee7ab369f0",
    "webhookPayloadTemplate": "string",
    "webhookHeadersTemplate": "string",
    "webhookUrlTemplate": "string",
    "smsPayloadTemplate": "string",
    "emailSubjectTemplate": "string",
    "emailLogos": "string",
    "emailBodyTemplate": "string",
    "emailCc": "string",
    "emailBcc": "string",
    "updatedAt": "2019-08-24",
    "createdAt": "2019-08-24",
    "deletedAt": "2019-08-24",
    "instances": [
      {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "workflowStepTaskId": "844dcf6a-5bc8-4245-86f9-51e15b01737d",
        "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
        "type": "string",
        "state": "string",
        "status": "standby",
        "recipient": {
          "type": "ACTOR",
          "value": "string"
        },
        "createdAt": "2019-08-24",
        "isCancelled": true,
        "scheduledAt": "2019-08-24",
        "startedAt": "2019-08-24",
        "completedAt": "2019-08-24",
        "attempts": -2147483648,
        "links": [
          {
            "id": "string",
            "description": "string",
            "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
            "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
            "relations": "string",
            "workflowStepTaskStatusId": "8bd1d947-c3ad-48f7-84d1-4d4a0d5144ea",
            "target": "string",
            "updatedAt": "2019-08-24",
            "createdAt": "2019-08-24",
            "deletedAt": "2019-08-24",
            "clicks": [
              {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
                "linkId": "string",
                "timestamp": "2019-08-24",
                "ip": "string",
                "country": "string",
                "language": "string",
                "city": "string",
                "userAgent": "string",
                "referer": "string",
                "browser": "string",
                "os": "string",
                "device": "string",
                "utmSource": "string",
                "utmMedium": "string",
                "utmCampaign": "string",
                "queryParams": "string"
              }
            ]
          }
        ]
      }
    ],
    "workflowStep": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "type": "booking_create",
      "title": "string",
      "variant": "inspection"
    },
    "workflow": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "workflowActor": {
      "name": "string"
    }
  }
]