Untitled
unknown
php
3 years ago
556 B
11
Indexable
$lead_notes = [
[
'note_type' => 4,
'date_create' => strtotime($Dialog['dialog_end']),
'text' => 'Состоялся диалог с ботом на сайте ' . $Widget['site'] . ' через LeadBack'
],
[
'note_type' => 17,
'date_create' => strtotime($Dialog['dialog_end']),
// 'text' => $text_dialog,
'text' => json_encode(
[
'text' => $messages_note_data,
"service" => "leadback"
]
)
]
];Editor is loading...