Send an email to the store's people
Send a templated email to the merchant, the store’s customers, or its subscribers. Requires the SEND_EMAILS scope.
merchant, customers, or subscribers). Recipients are resolved server-side — an app can never email an arbitrary address. Customer and subscriber blasts are capped at 1000 recipients; rate limited to 10 send requests per hour per installation.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
Who to send to. One of: "merchant" (the store owner), "customers" (the store's active customers), or "subscribers" (the store's newsletter subscribers).
merchant, customers, subscribers Email subject line.
Headline rendered at the top of the email body.
Main body text of the email.
Optional call-to-action button label. Pair with actionUrl.
Optional URL the call-to-action button links to. Pair with actionText.
Response
The email was queued for the resolved audience.

