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
variable
String denoting a Custom Webhook variable
Headers
X-Alchemy-Token
Alchemy Auth token to use the Notify API.
Request
This endpoint expects an object.
add
Set of elements to be added to a Custom Webhook variable
delete
Set of elements to be deleted from a Custom Webhook variable