Use `GuzzleHttp\Client::postAsync()` instead of `post()` and return the promise so program execution isn't waiting on Slack messages.
Use
GuzzleHttp\Client::postAsync()instead ofpost()and return the promise so program execution isn't waiting on Slack messages.