create_rest_message
Define REST Message configurations to establish external API integrations, specifying endpoints, authentication methods, and descriptions for ServiceNow workflows.
Instructions
Create a new outbound REST Message definition (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique REST Message name | |
| endpoint | Yes | Base URL endpoint (e.g. "https://api.example.com/v1") | |
| description | No | Purpose/description of this integration | |
| use_mutual_auth | No | Whether to use mutual TLS authentication | |
| authentication_type | No | Auth type: "no_authentication", "basic", "oauth2" |