Update a Variable

Add and remove elements within a Custom Webhook variable

The use of both add and delete arrays within a single request is currently not supported. Attempting to send both will result in a 400 error. To add and remove elements, make separate API calls for each action.

Path parameters

variablestringRequired

String denoting a Custom Webhook variable

Headers

X-Alchemy-TokenstringRequired

Alchemy Auth token to use the Notify API.

Request

This endpoint expects an object.
addlist of stringsOptional

Set of elements to be added to a Custom Webhook variable

deletelist of stringsOptional

Set of elements to be deleted from a Custom Webhook variable