当在Service Now中创建新事件时,我正在尝试触发以Incident Sys_id为参数的API调用。
(function executeRule(current, previous /*null when async*/) {
If(current.operation() == 'insert') ; {
//
}
// Add your code here
})(current, previous);
我怎样才能做到这一点?
我的api:
https://Demand.jitterbit.cc/defaultUrlPrefix/v1.0/snowSalesforceCaseCreate
您需要创建rest消息,在那里您可以使用您想要使用的方法(ex:post(,并且您可以添加您想要的参数(ex:sys_id(。。
之后,您可以创建业务规则,在该业务规则中调用rest消息并传递参数