add webhook to docseal
This commit is contained in:
@@ -45,9 +45,10 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
},
|
||||
submitters=[
|
||||
{
|
||||
'role': 'Aluno',
|
||||
'role': 'First Party',
|
||||
'name': user['name'],
|
||||
'email': user['email'],
|
||||
'external_id': user['id'],
|
||||
},
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user