Module: Resend::Batch

Defined in:
lib/resend/batch.rb

Overview

Module responsible for wrapping Batch email sending API

Class Method Summary collapse

Class Method Details

.send(params = []) ⇒ Object



10
11
12
13
# File 'lib/resend/batch.rb', line 10

def send(params = [])
  path = "emails/batch"
  Resend::Request.new(path, params, "post").perform
end