📞Dispatch Integration
If you want to use a dispatch other than ps-dispatch or the jobs standalone dispatch follow this guide.
Find the dispatchNotify function inside client_open.lua around line 965.
function dispatchNotify()
-- Place custom dispatch notify code here
end
To enable the use of the custom dispatch notify function you'll need to set Config.Dispatch = 'other' in config.lua at line 21.
Last updated