Now I would like to send automatically email to customers about more details of shipments after fulfillment process. Could someone please tell me can we do this step though Shopify API? (I know we can send the fulfillment email by "notify_customer: true)
So, setting notify_customer: true via an API call to the Fulfillments Resource would actually update the customer when update occurs to the fulfillment process. There’s some documentation regarding the functionality of that here..-,notify_customer,-%22notify_customer%22%3A%20true)
I guess that I didn’t describe my question clearly, sorry about that. I probably know that Shopify could send fulfillment email to customer by API, and my question should be:
Can I send follow up email to customer by API? Maybe just send some customize details to customer at a special time?