Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

1.1 KiB

title slug
emailRequest /main-concepts/metadata-standard/schemas/email/emailrequest

EmailRequest

This schema defines the Email Request for creating Email

Properties

  • senderName (string): Sender Name.
  • senderMail (string): From Email Address.
  • recipientMails (array): List of Receiver Name with Email.
    • Items: Refer to #/definitions/nameEmailPair.
  • ccMails (array): List of CC.
    • Items: Refer to #/definitions/nameEmailPair.
  • bccMails (array): List of BCC.
    • Items: Refer to #/definitions/nameEmailPair.
  • subject (string): Subject for Mail.
  • contentType (string): Must be one of: ['plain', 'html']. Default: plain.
  • content (string): Content for mail.

Definitions

  • nameEmailPair (object): Name Email Pair. Cannot contain additional properties.
    • name (string): Name.
    • email: Email address of the user. Refer to ../type/basic.json#/definitions/email.

Documentation file automatically generated at 2023-07-07 05:50:35.981927.