diff --git a/src/Command/ContactUncontactedCommand.php b/src/Command/ContactUncontactedCommand.php index 22cba45..78ce482 100644 --- a/src/Command/ContactUncontactedCommand.php +++ b/src/Command/ContactUncontactedCommand.php @@ -78,7 +78,12 @@ class ContactUncontactedCommand extends Command $response = $this->httpClient->request('GET', self::$apiEndpoint, [ 'query' => [ 'producttoken' => $this->sms_gateway_api_key, - 'body' => 'Bitte starten Sie die Umfrage jetzt: https://umfragetool.ukbonn.de/login?id=QMBEFR_TEST Ihr UKB.', + 'body' => "Liebe Patientin, lieber Patient, \n" . + "gerne möchten wir von Ihnen erfahren, wie zufrieden Sie mit uns sind. Wir freuen uns, wenn Sie sich die Zeit nehmen und uns Ihre Eindrücke mitteilen.\n" . + "Ihre Anregungen landen über den direkten Weg beim Qualitäts- und Risikomanagement.\n\n" . + "https://umfragetool.ukbonn.de/login?id=QMBEFR_TEST \n\n" . + "Ihr UKB.", + 'to' => $phoneContact->getPhoneNumber(), 'from' => 'UKB', 'reference' => 'Test-Reference'