[#1138] Cannot disable welcome email for customers

Migrated from Redmine #1138 | Author: Anonymous
Status: New | Priority: Normal | Created: 2024-01-04


Hello.

Recently, when creating clients via Web API (API ドキュメンテーション | SimplyBook.meオンラインスケジューリング) your system sends welcome email to the customers.

  • Title: Your login information for [company_name]
  • Body: Hello [client_name],We are so happy to see you with us…

We want to disable this email, but there is no settings in dashboard and
changing custom translations about the title and body could not be applied. So we could not disable them.

We are using your system only via Web API, we don’t want all of preset system reminders. How to stop welcome email?

(Of course, We’ve disabled all email and SMS settings in the dashboard and all notification except for it were successfully stopped. About only welcome message we cannot stop it)

Sincerely.

Redmine Admin wrote:

public function AdminApiService::addClient($clientData, $sendEmail = false) {...}

please set $sendEmail to false when calling this method

Anonymous wrote:

Redmine Admin wrote:

[…]

please set $sendEmail to false when calling this method

Thank you for replying.
I’ll try to set this flag, by the way where can I find the description about the flag “sendEmail” in the API docs?
At first, this Web API does not seem to have request parameter “clientData”. There are only “id” and “fields”.