# Dispatch Integration

Find the dispatchNotify function inside client\_open.lua

```lua
function dispatchNotify()
    -- Place custom dispatch notify code here
end
```

Set Config.CustomDispatch = true in the config.lua, at line 11.&#x20;
