Esempio n. 1
0
 private function buildPayload()
 {
     return ['From' => $this->message->getSender()->getContact()->getValue(), 'Body' => $this->message->getContent()];
 }
Esempio n. 2
0
 private function buildPayloadText()
 {
     return $this->message->getContent();
 }