Magento 2:发送电子邮件REST API

Magento 2:发送电子邮件REST API,rest,api,magento2,Rest,Api,Magento2,如何构建用于发送电子邮件的restapi 例如,将其构建为: /V1/email/send/?username=aaa@example.com&message=text Magento2无法在API中发送自定义电子邮件。 但是基本界面将有一个电子邮件通知 例如 可以设置参数 { ... "notify": true, ... } { ... "notify": true, ... }

如何构建用于发送电子邮件的
restapi

例如,将其构建为:

/V1/email/send/?username=aaa@example.com&message=text

Magento2无法在API中发送自定义电子邮件。 但是基本界面将有一个电子邮件通知

例如

可以设置参数

{ 
...
"notify": true,
...
}
{ 
...
"notify": true,
...
}