Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 640 Bytes

SendSmtpEmailAttachmentInner.md

File metadata and controls

22 lines (16 loc) · 640 Bytes

Brevo::SendSmtpEmailAttachmentInner

Properties

Name Type Description Notes
url String Absolute url of the attachment (no local file). [optional]
content String Base64 encoded chunk data of the attachment generated on the fly [optional]
name String Required if content is passed. Name of the attachment [optional]

Example

require 'brevo'

instance = Brevo::SendSmtpEmailAttachmentInner.new(
  url: https://attachment.domain.com/myAttachmentFromUrl.jpg,
  content: [B@7dac6227,
  name: myAttachment.png
)