Skip to main content

Send Email

POST 

/api/store-email-templates/send

Sends a custom email to the customer/supplier associated with an order. Supports purchase_order and other order types.

Authentication: Requires Bearer token.

Fields:

  • order_type (required): Type of the order (e.g. purchase_order, sales_order)
  • order_id (required): ID of the order record
  • subject (required): Email subject line
  • html_body (required): HTML email body content
  • cc (optional): Array of CC email addresses

Request

Responses

Successful response