1. Tasks
  2. Manage Configs

Tasks

Manage Configs

Manage different types of configs for a Stubber Organization

This task provides CRUD operations for managing organization configurations such as credentials and notification settings.

Basic usage

loading...

Parameters

target_path
string

The path to the resource being managed. This specifies the type and location of the configuration. For UUID-specific operations, you can either include the UUID in the path or provide it as a parameter.

Examples:

  • /notifications/webchat/profiles - for general profile operations
  • /notifications/webchat/profiles/{{profile_uuid}} - for specific profile operations

operation
string

The operation to perform on the configuration. Available operations:

  • create - Create a new configuration
  • read - Read an existing configuration
  • update - Update an existing configuration
  • delete - Delete an existing configuration

params
object

Resource specific parameters to the operation being performed. For read, update, and delete operations, this typically includes the UUID of the resource. For create and update operations, this includes the configuration data.


Examples

Create a webchat profile

loading...

Update a webchat profile

loading...

Read a webchat profile (using params)

loading...

Read a webchat profile (using target_path)

loading...

Supported Config Types

The following configuration types are currently supported:

  • Notifications
    • Webchat profiles (/notifications/webchat/profiles)
NOTE

Support for additional configuration types is added gradually based on requirements. Check the latest documentation for newly supported config types. Inform us if you need support for a specific config type.