Documentation
¶
Index ¶
- func SendEmail(sender et.Json, to []et.Json, subject string, htmlContent string, ...) (et.Items, error)
- func SendEmailPromotional(sender et.Json, to []et.Json, subject string, htmlContent string, ...) (et.Items, error)
- func SendEmailTransactional(sender et.Json, to []et.Json, subject string, htmlContent string, ...) (et.Items, error)
- func SendSmsPromotional(sender, organisation string, contactNumbers []string, content string, ...) (et.Items, error)
- func SendSmsTransactional(sender, organisation string, contactNumbers []string, content string, ...) (et.Items, error)
- func SendWhatsapp(contactNumbers []string, templateId string, params []et.Json, tp string) (et.Items, error)
- func SendWhatsappPromotional(contactNumbers []string, templateId string, params []et.Json) (et.Items, error)
- func SendWhatsappTransactional(contactNumbers []string, templateId string, params []et.Json) (et.Items, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendEmail ¶ added in v0.1.17
func SendEmail(sender et.Json, to []et.Json, subject string, htmlContent string, params et.Json, tp string) (et.Items, error)
* * SendEmail * @param sender et.Json, to []et.Json, subject string, htmlContent string, params et.Json, tp string * @return et.Items, error *
func SendEmailPromotional ¶
func SendEmailPromotional(sender et.Json, to []et.Json, subject string, htmlContent string, params et.Json) (et.Items, error)
* * SendEmailPromotional * @param sender et.Json, to []et.Json, subject string, htmlContent string, params et.Json * @return et.Items, error *
func SendEmailTransactional ¶
func SendEmailTransactional(sender et.Json, to []et.Json, subject string, htmlContent string, params et.Json) (et.Items, error)
* * SendEmailTransactional * @param sender et.Json, to []et.Json, subject string, htmlContent string, params et.Json * @return et.Items, error *
func SendSmsPromotional ¶
func SendSmsPromotional(sender, organisation string, contactNumbers []string, content string, params []et.Json) (et.Items, error)
* * SendSmsPromotional * @param sender, organisation string, contactNumbers []string, content string, params []et.Json * @return et.Items, error *
func SendSmsTransactional ¶
func SendSmsTransactional(sender, organisation string, contactNumbers []string, content string, params []et.Json) (et.Items, error)
* * SendSmsTransactional * @param sender, organisation string, contactNumbers []string, content string, params []et.Json * @return et.Items, error *
func SendWhatsapp ¶ added in v0.1.17
func SendWhatsapp(contactNumbers []string, templateId string, params []et.Json, tp string) (et.Items, error)
* * SendWhatsapp * @param contactNumbers []string, templateId string, params []et.Json, tp string * @return et.Items, error *
Types ¶
This section is empty.