Skip to content

Activity Log

The Activity Log in WhatsMark helps you track and monitor all system activities related to your WhatsApp automation. Whether it's bot interactions, campaigns, or template message deliveries, this log shows what happened, when it happened, and how it performed.

Main Activity Log Screen

This screen displays a list of all activity records. Here's what each column means:

activity-log

Column NameDescription
IDUnique number for each activity
CategoryType of source (e.g., Campaign, Template Bot)
NameCampaign or bot name
Template NameWhatsApp template used for the message
Response CodeStatus code from the API (e.g., 200 = Success, 400 = Error)
Relation TypeRecipient type (usually Customer)
Created AtWhen the message or action happened
ActionButtons to view or delete a specific log entry
  • ✅ Green 200 means the message was sent successfully.
  • ❌ Red 400 indicates an error, often due to media issues or invalid parameters.

Bulk Log Management

At the top of the list, you'll find two key actions:

  • Clear Log – Deletes all logs from the system.
  • Bulk Delete – Select specific entries using checkboxes and delete them in one go.

Viewing Detailed Log Information

Click View to see full activity details. The detailed screen is broken into sections:

activity-log

Activity Summary

  • Action – What was triggered (e.g., Template Bot)
  • Date & Time – When the activity occurred

Total Parameters

JSON-style structure showing:

json
{
  "templateId": 510070465356446,
  "message": "(#131053) Media upload error"
}

Header Section

Shows key metadata used for the API call:

  • WhatsApp Number ID
  • Business Account ID
  • Access Token (blurred for security)

Useful for verifying which business account was involved.

Raw Content

Shows the message content in raw format. Usually includes error messages.

Response

Displays the actual response from the WhatsApp API.

  • A successful message might return data or a message ID.
  • An error will return an empty array or descriptive error message.

© 2024 - Corbital Technologies. All rights reserved.