Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

File metadata and controls

20 lines (14 loc) · 371 Bytes

SendX::RestESender

Properties

Name Type Description Notes
name String Sender display name
email String Sender email address (must be verified)

Example

require 'sendx-ruby-sdk'

instance = SendX::RestESender.new(
  name: John Smith,
  email: john@example.com
)