Create a REST message

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Send requests to a REST web service endpoint by creating a REST message record.

    Avant de commencer

    Role required: web_service_admin

    Procédure

    1. Navigate to All > System Web Services > REST Message.
    2. Click New.
    3. Complete the following fields:
      Tableau 1. REST Message form
      Field Description
      Name Enter a descriptive name for this message.
      Endpoint Enter the endpoint that this REST message is sent to. The endpoint value may include variables using the format ${variable}.
      Authentication type Select the type of authentication to use, if any, and the profile record that contains the user credentials.

      Outbound REST supports basic authentication and OAuth 2.0. Outbound REST supports mutual authentication with basic authentication only.

      Authentication configured here is inherited by the associated HTTP methods. You can configure authentication for each method which overrides any authentication setting at the message level.

      HTTP Headers Double-click a row in the HTTP Headers embedded list to define the header Name and Value.

      The web service provider determines which headers are supported or required.

    4. Click Submit.

      After creating the REST message, a GET HTTP method is created automatically using the values from the REST message record.

    Que faire ensuite

    Create or edit HTTP methods and run a request.