If you want to notify more than one recipient when an order is placed or updated, the WeSupply API allows you to send emails to multiple email addresses with a simple configuration in your API request.
Step-by-Step Guide
To enable this feature, include the following two fields in your main order structure:
"OrderEmailsConsent": true,
"OrderAdditionalEmailAddresses": ["email1@example.com", "email2@example.com", "email3@example.com"]
Field Details
OrderEmailsConsent:
This must be set totrueto indicate that the customer has given consent to receive email communications.OrderAdditionalEmailAdresses:
This is an array of additional email addresses you want to notify. Separate each email address with a comma, and make sure each one is enclosed in quotes.
Sending order notifications to multiple recipients is quick and easy with the WeSupply API. By simply including theOrderEmailsConsentandOrderAdditionalEmailAdressesfields in your request, you can ensure all necessary contacts stay informed. This helps improve communication and keeps your customers and team members in the loop.
Comments
0 comments
Article is closed for comments.