Direct Message to a Zulu Chat from a script

There is no API but you may be able to figure out the internals with php

<?php
include '/etc/freepbx.conf';
print_r(get_class_methods(FreePBX::Zulu()));

That tells you all defined methods. It doesn’t give you the method signature so figuring out arguments is a bit more of a task.

1 Like