From 55387a905f63585d91219e08d488677b58a851ee Mon Sep 17 00:00:00 2001 From: Quentin AUBERT Date: Fri, 20 Dec 2024 15:08:07 +0100 Subject: [PATCH] Better docs about invitation mails --- .../10-configure-custom-emails.mdx | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/manual/docs/04-cli/042-apis-to-business-website/10-configure-custom-emails.mdx b/manual/docs/04-cli/042-apis-to-business-website/10-configure-custom-emails.mdx index 167a81f3..dc67e1e2 100644 --- a/manual/docs/04-cli/042-apis-to-business-website/10-configure-custom-emails.mdx +++ b/manual/docs/04-cli/042-apis-to-business-website/10-configure-custom-emails.mdx @@ -543,14 +543,41 @@ This document provides a comprehensive overview of all Daikoku email events, the
  • - A team admin sends an invitation to a user to become a new member + A team admin sends an invitation to a person, with an existing daikoku account, to become a new member

    - This email is sent to a user when a team admin invites him to become a member of his team. + This email is sent to an existing user when a team admin invites him to become a member of his team.

    -

    Title: mail-rejection-title
    +
    Title: mail-team-invitation-title
    +
    Body: mail-team-invitation-body
    +

    + +

    Parameters:

    +
      +
    • teamName: The name of the team
    • +
    • link: The link to accept invitation
    • +
    • user: The name of the admin inviting
    • +
    • sender_data: The user inviting as a JSON object
    • +
    • recipient_data: The invited user, recipient of the email as a JSON object
    • +
    • tenant_data: The tenant/organization as a JSON object
    • +
    • team_data: The team as a JSON object
    • +
    • notification_data: The notification as a JSON object
    • +
    +
    +
  • +
  • +
    + + A team admin sends an invitation to a person, without a daikoku account, to become a new member + +

    + This email is sent to a person, without any daikouk account, when a team admin invites him to become a member of his team. +

    + +

    +

    Title: mail-user-invitation-title
    Body: mail-user-invitation-body