[#1370] Prevent `/admin/memberships/make-membership-instance` to send an email

Migrated from Redmine #1370 | Author: JM Kuizon
Status: Feedback | Priority: High, I’m very impatient | Created: 2025-02-20


Good day,

I would like to ask if it is possible that when calling the /admin/memberships/make-membership-instance (API documentation | SimplyBook.me Online Scheduling), it won’t automatically send an email?

Here is a sample params that I send when calling /admin/memberships/make-membership-instance


{
      membership_id: '4',
      period_start: '2025-02-21',
      is_invoice_needed: 1,
      payment_processor: 'delay',
      clients: ['97']
    });

Thank you.

Dmytro Bondarev wrote:

Hi, unfortunately it is not possible at the moment.