Optionalcontent?: stringOptionalendpoint?: stringOverrides parent message endpoint for this function. Variable substitution supported
Optionalheaders?: RestMessageFnHeader[]Headers specific to this function
HTTP method for this function
Optionallock?: booleanLock function to prevent editing on instance
OptionalmidServer?: stringsys_id of ecc_agent MID server to route this function through
Function name, used in scripts to identify the HTTP method. Must be unique within the parent message.
OptionalqueryParams?: RestMessageQueryParam[]HTTP query parameters appended to the request URL
Optionalvariables?: RestMessageParamSubstitution[]Variable substitutions — the ${varName} placeholders used in this function's endpoint, content, and headers
Request body. Variable substitution supported via ${varName}