createMessage([ 'context' => 'task', 'id_context' => $taskId, 'message' => $body, 'attachments' => $attachments, ]); // deliver the message $chat->send($message); } catch (Exception $error) { // unable to send the message... ignore and go ahead } } }