EzFlowEzFlow Docs
Node referenceMarketing

LOG_ACTIVITY

LOG_ACTIVITY node.

What it does

LOG_ACTIVITY node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

LOG_ACTIVITY writes an activity record to a contact's timeline in EzFlow Marketing. Provide contactId, type (a short label such as "email_sent" or "demo_requested"), a human-readable description, and optional metadata for structured detail. Returns the activityId of the created record. See Marketing Contacts.

Example

After a SEND_MAIL node delivers a conference invitation, chain LOG_ACTIVITY and set contactId → the contact's id, type"invitation_sent", description"Sent 2025 conference invitation", and metadata{ "campaign": "conf-2025", "template": "invite-v2" }. The activity appears in the contact's timeline and can be queried for reporting or used as a trigger condition in future Workflows.

On this page