You should be able to get
You can always just extend that method and then use this code snippet to build an interesting (or useful) message body:
getContentTitle
, but there really isn't much point to replicating getContentTitle
into getContentMessage
. getContentMessage
is only used when posting a report to a thread. But the thread creation on a multi-account eveent is handled by the SV/MultipleAccountToThread
add-on.You can always just extend that method and then use this code snippet to build an interesting (or useful) message body:
PHP:
$primaryUser = $report->ReportData->MultipleAccountLogs['primaryUser'] ?? null;
$users = $report->ReportData->MultipleAccountLogs['users'] ?? [];