fix company creation for admin and inviting of new employees
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
create trigger "trigger_invitation_email" after insert
|
||||
on "medreport"."invitations" for each row
|
||||
execute function "supabase_functions"."http_request"(
|
||||
'http://host.docker.internal:3000/api/db/webhook',
|
||||
'POST',
|
||||
'{"Content-Type":"application/json", "X-Supabase-Event-Signature":"WEBHOOKSECRET"}',
|
||||
'{}',
|
||||
'1000'
|
||||
);
|
||||
Reference in New Issue
Block a user