Link Search Menu Expand Document

HTTP Request

PUT https://gateway.workfloplus.com/trigger/v2/{triggerId}

Authorization

Bearer Token

Policy Trigger_Admin

Headers

Key Value
Authorization Bearer {token}

Path Parameters

Parameter Type
triggerId string

Request Body

JSON Representation

{
    "name":"APi Trigger Ex 1",
    "description":"Updating trigger description via api call",
    "templateTags":[],
    "objectIds":[],
    "templateIds":[],
    "triggerType":"Email",
    "triggerOptions":{"recipients":"","sendCopyToUser":"true"},
    "pdfRequirement":"NotRequired",
    "reportTemplateId":null,
    "disabled":true
}

Copyright © 2021 Intoware Limited.