add campaign tracking plugin

This commit is contained in:
Tony Volpe
2024-09-17 10:50:03 -04:00
parent b7c8882c8c
commit 8dd84d12e6
21 changed files with 1252 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (!class_exists("MessageContent")){
class MessageContent{
public $Body;
public $Timestamp;
public $Uid;
}
}