manager

Initiate Bulk Welcome Sms

Queue welcome SMS sends for many technicians on Celery.

Returns immediately with operation_id. Sends run concurrently in the worker; each recipient's outcome is recorded independently, so one failure never stops the rest. Poll GET /manager/employees/bulk-send-sms/{operation_id}.

post/manager/employees/bulk-send-sms

Request body

employee_idsstring[] required
bodystring required

Response

Successful Response

operation_idstring required
operation_typestring required
messagestring required
statusstring required
total_countinteger required
poll_urlstring required

Changes