Guides

Update Addons

Update addons by sending below payload.

Note: This update will overwrite the entire addons settings. All addon keys must be must be supplied along with their corresponding target state for added and enabled.

📘

All addons that support event hooks can be updated using this API

Pre-requisite: Addon must be available for the user account. Contact Support if addon is not available for the account.

REQUEST PAYLOAD

{
  "key": "addons",
  "value": {
    "STORYBOARD": {
      "added": true,
      "enabled": true
    }
  }
}
  • added specifies whether the user has added this available addon to their account
  • enabled specifies whether this addon has been activated by user
ParametersTypeDescription
keystringSet toaddons
valueJSONTo add the available addon to the profile, set added to true. To enable an addon that has been added, set enabled to true. An addon has to be both added and enabled for it to be part of the processing pipeline.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!