SMS Gateway and Flows setup in OpenMRS(Technical Document)
Setting a duration in the SMS flow
$ start transaction;
$update specialolympics_sms_flow set duration=7 where sms_flow_id=2;
$update specialolympics_sms_flow set duration=14 where sms_flow_id=3;
$commit;Table Details
Last updated
Was this helpful?