Skip to main content

2 docs tagged with "outbound rest"

View all tags

REST Message Guide

Guide for creating ServiceNow Outbound REST Messages (sysrestmessage) to call external HTTP services using the Fluent SDK. REST Messages define reusable, authenticated integrations with one base URL, shared headers, and multiple named HTTP operations callable from server-side scripts via sn_ws.RESTMessageV2.

RestMessage

Creates outbound HTTP integrations (sysrestmessage) with a base URL, shared authentication, shared headers, and one or more callable HTTP method functions (sysrestmessagefn) invokable from server-side scripts via snws.RESTMessageV2.