runTrigger
Purpose
Runs a trigger on an object.
For objects in dedicated tables, you must specify the objName parameter.
HTTP Method
PUT or POST
URL
https://app.infiniteblue.com/rest/api/runTriggerURL Parameters
sessionId
The session ID obtained from the body of the response when calling login.
objName
Optional integration name to narrow the search to a particular object.
id
The record ID.
triggerId
Integration name or the original ID of the trigger.
checkValidation
If set to
runRecursions
When
page are set. Defaults to
output
Optional parameter specifying the output format, one of:
Response
Standard success or failure output.
Permissions
Edit permission for the requested object type.
Example
Input example (URL parameters):
&objName=person&id=314452&triggerId=TR1
Output example (in XML format):
<?xml version="1.0" encoding="UTF-8"?> <resp status="ok"> </resp>