Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

New helper to bulk send data as xls file

Compare
Choose a tag to compare
@lakhassane lakhassane released this 01 Mar 10:43
submitXls([{ name: 'Mamadou', phone: '000000' }], {
  case_type: 'student',
  search_field: 'external_id',
  create_new_cases: 'on',
});