PUT /corporate/subAccount/{id}/applications/toggle

Enable/disable sub-account application(s)

API endpoints for the Corporate owner to enable/disable applications on the sub-account

Options

Id
Id of the sub-account organization (mandatory)
Body
List of applications to activate or deactivate on a sub-account

Request body which must comply to the following JSON Schema:

{
  "type" : "object",
  "properties" : {
    "inbox" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Inbox on the sub-account / Not applicable on ENTv2"
    },
    "whatsapp" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Whatsapp campaigns on the sub-account"
    },
    "automation" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Automation on the sub-account"
    },
    "email-campaigns" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Email Campaigns on the sub-account"
    },
    "sms-campaigns" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable SMS Marketing on the sub-account"
    },
    "landing-pages" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Landing pages on the sub-account"
    },
    "transactional-emails" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Transactional Email on the sub-account"
    },
    "transactional-sms" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Transactional SMS on the sub-account"
    },
    "facebook-ads" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Facebook ads on the sub-account"
    },
    "web-push" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Web Push on the sub-account"
    },
    "meetings" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Meetings on the sub-account"
    },
    "conversations" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Conversations on the sub-account"
    },
    "crm" : {
      "type" : "boolean",
      "description" : "Set this field to enable or disable Sales CRM on the sub-account"
    }
  },
  "description" : "List of enable/disable applications on the sub-account",
  "example" : {
    "landing-pages" : true,
    "sms-campaigns" : false,
    "whatsapp" : true,
    "meetings" : true,
    "web-push" : false
  }
}
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Raw Response: Returns the raw response in a single row with the following columns:

  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.