Documentation
¶
Index ¶
- func SendEmail(sender et.Json, to []et.Json, subject string, htmlContent string, ...) (et.Items, error)
- func SendSMS(contactNumbers []string, content string, params []et.Json, tp string) (et.Items, error)
- func SendWhatsapp(contactNumbers []string, templateId string, params []et.Json, tp string) (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 *
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.