WA-Testing-Tool icon indicating copy to clipboard operation
WA-Testing-Tool copied to clipboard

Carry webhook settings forward to new workspaces

Open andrewrfreed opened this issue 4 years ago • 1 comments

See #113 and #176

Upon further testing, the additional parts of the json we may want to capture for future enhancements are related to the "webhooks" section. Probably not urgent, but something for a future enhancement.

"webhooks": [
{
"url": "http://XXXXXXXX",
"name": "main_webhook",
"headers": [
{
"name": "XXXXXX",
"value": "XXXXXX"
},
{
"name": "Accept",
"value": "application/json"
}
]
}
],

andrewrfreed avatar Nov 30 '20 22:11 andrewrfreed

Still seems applicable - the linked issues covered system_settings but not webhooks. This probably does not affect classification model but still means the duplicated workspace is not quite equivalent to the original workspace.

andrewrfreed avatar Dec 20 '22 21:12 andrewrfreed