add webhook to docseal

This commit is contained in:
2025-11-03 20:08:49 -03:00
parent eca3ac42dc
commit fef60f2ae0
22 changed files with 290 additions and 29 deletions

View File

@@ -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'],
},
],
)