Limit for sending customer invite

Hi I’m using the rest API to send out customer invites https://shopify.dev/api/admin-rest/2021-10/resources/customer#post-customers-customer-id-send-invite.

Wondering is there a limit for sending the activation emails (other than the API rate limit)? We have around 150k users that are being migrated, and will send all 150k users their account activation email on a specific time.

Side note: We’re using Shopify Plus

Thanks!

1 Like

Hi,

There is no limit(other than the API rate limit), send them the activation emails.

1 Like

Alright, I can’t find to see it being documented anywhere so I’ll give it a go. Will update thread if it’s successful

1 Like

Jazz is right, you can send the activation emails to all new clients via your API and there is no limit, except the 20 requests per sec for shopify plus and 2 requests per sec for shopify standard stores.

I am presuming these are REST calls.