Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/campaigns/campaign_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The actions that Mautic offers in a Campaign include:
* - **Send Marketing Message**
- Sends a message using the Contact's preferred Channel.
* - **Update Contact**
- Updates the existing Contact's fields with the specified values.
- Updates the existing Contact's fields with the specified values. You can combine static values with Mautic variables like ``{contactfield=firstname}`` and date/time variables like ``now``, ``now+3hours`` in date/time fields or ``{datetime=now}`` in text fields.
* - **Update Contact's primary Company**
- Updates the existing Contact's primary Company fields with the specified value. See :doc:`documentation on Companies </companies/companies_overview>`.
* - **Update Contact owner**
Expand Down
Loading