Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 547 Bytes

GetProcess.md

File metadata and controls

24 lines (18 loc) · 547 Bytes

Brevo::GetProcess

Properties

Name Type Description Notes
id Integer Id of the process
status String Status of the process
name String Process name
export_url String URL on which send export the of contacts once the process is completed [optional]

Example

require 'brevo'

instance = Brevo::GetProcess.new(
  id: 145,
  status: queued,
  name: IMPORTUSER,
  export_url: http://requestb.in/16ua3aj1
)