Skip to content
Snippets Groups Projects
Commit 2a4e6d02 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #16982 TIME 0:35 webhook connexion

parent 621420a8
No related branches found
No related tags found
No related merge requests found
......@@ -99,20 +99,20 @@ class YousignController
]
]
],
// 'webhook' => [
// 'procedure.finished' => [
// [
// 'url' => UrlController::getCoreUrl() . "/rest/documents/{$args['documentId']}/workflows/{$args['workflowId']}/files/{$trunkedFileId}",
// 'method' => 'GET',
// ]
// ],
// 'procedure.refused' => [
// [
// 'url' => UrlController::getCoreUrl() . "/rest/documents/{$args['documentId']}/workflows/{$args['workflowId']}/files/{$trunkedFileId}",
// 'method' => 'GET',
// ]
// ]
// ]
'webhook' => [
'procedure.finished' => [
[
'url' => UrlController::getCoreUrl() . "rest/documents/{$args['documentId']}/workflows/{$args['workflowId']}/files/{$trunkedFileId}",
'method' => 'GET',
]
],
'procedure.refused' => [
[
'url' => UrlController::getCoreUrl() . "rest/documents/{$args['documentId']}/workflows/{$args['workflowId']}/files/{$trunkedFileId}",
'method' => 'GET',
]
]
]
]
])
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment