Method: ElasticEmail::VerificationsApi#verifications_files_post

Defined in:
lib/ElasticEmail/api/verifications_api.rb

#verifications_files_post(opts = {}) ⇒ VerificationFileResult

Upload File with Emails Uploads a CSV file with list of emails that can then be triggered for verification. An ‘email’ column is required. Required Access Level: VerifyEmails

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :file (File)

Returns:



468
469
470
471
# File 'lib/ElasticEmail/api/verifications_api.rb', line 468

def verifications_files_post(opts = {})
  data, _status_code, _headers = verifications_files_post_with_http_info(opts)
  data
end