Updating a Connector to Use Friendly Formats

Update a connector in Connector Hub to use friendly message formats. Friendly message formats are available with connectors that use Notifications as the target.

For example messages with friendly format, see Example Connector Messages.
    1. On the Connectors list page, find the connector that you want to work with. If you need help finding the list page or connector, see Listing Connectors.
    2. From the Actions menu (Actions Menu) for the connector, select Edit.
    3. On the Edit connector page, under Configure target, select Send formatted messages.
      For information about the fields on this page, see Creating a Connector.
    4. Select Save changes.
  • Use the oci sch service-connector update command and required parameters to update a connector for friendly message format:

    oci sch service-connector update --target <target_json_filepath> [...]

    Define the Notifications target for the connector, including friendly message format: Save a file named target.json.

    Example target.json file
    {
     "kind": "notifications",
     "enableFormattedMessaging": true,
     "topicId": "<topic_OCID>"
    }

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateServiceConnector operation to update a connector for friendly message format. In the Notifications target details, set enableFormattedMessaging to true.