Enable/disable sub-account application(s)
API endpoints for the Corporate owner to enable/disable applications on the sub-accountRequest 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
}
}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:
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.
To use this node in KNIME, install the extension Brevo from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!