Please enable JavaScript.
Coggle requires JavaScript to display documents.
Notification, Process Email Request, Process Email Bounce/Complaint,…
Notification
-
PROCESS
Email Request Subscriber (1) List to Notification-Email-Request Queue and other service direct push to it
-
-
-
-
-
TABLE
-
Email Activity Message
id
company_id
recipient_id
recipient_email
email_template_id
email_message_id
sent_at
subject
from
body
status
last_event_updated_at
-
Email Template
id
company_id
email_communication_type
subject
alias
is_default_template
sender_name
sender_email
reply_name
reply_email
body
User Profile, User Job Permission
**Placeholder
-
API
Get User Notification by UserAccountId | App
Turn On/Off User Notification by UserAccountId | Event Type
-
-
Get Email Template by CompanyID | Is_Default_Template
Update/Add/Delete Email Template By ID | CompanyID
-
-
-
-