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.
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
totrue
.