Skip to content

Commit

Permalink
[doc] Fix Inbound Email link
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 authored Oct 9, 2024
1 parent 9713b59 commit e2d8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer/architecture-choices.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ To solve this problem, Atomic CRM uses a `users` edge function in charge of:

Atomic CRM does not support user deletion to avoid data losses. Yet, it is possible to disable a user's account (relying on Supabase's ban feature).

Atomic also uses Edge functions to handle the webhook and process the received emails. Check the [Inbound Email](./inbound-email.md) documentation for more information.
Atomic also uses Edge functions to handle the webhook and process the received emails. Check the [Inbound Email](./inbound-email-configuration.md) documentation for more information.

The edge functions can be found in the `supabase/functions/` directory.

0 comments on commit e2d8ae1

Please sign in to comment.