TrustPager Docs

← Help Center

Automations

Set a CRM field automatically

How to use the Set CRM Field automation action to write data to opportunity, contact, or account records when something happens in your pipeline.

The Set CRM Field automation action writes data directly to a contact, opportunity, or account record when the automation fires. The most common use is stamping a date field the moment something important happens — like marking when a relationship started, or when a proposal was sent — without anyone having to remember to fill it in.

The Canonical Example: Stamp a Date When a Lead Arrives

Here's the most common setup: when an opportunity enters your Lead Received stage, automatically set relationship_started_at to today's date.

  1. Go to https://app.trustpager.com/crm/pipelines and open the pipeline you want to automate.
  2. Click the Lead Received stage header to open its settings.
  3. Add a new automation and set the trigger to Stage Change (fires when an opportunity enters this stage).
  4. Add a Set CRM Field action.
  5. Choose the target record — in this case, the Opportunity.
  6. Set the field to Relationship Started At and the value to {{today}}.
  7. Save the automation.

From now on, every lead that lands in that stage gets its relationship start date stamped automatically with the correct date in your workspace timezone.

Writing Multiple Fields in One Action

You don't need a separate action for each field. The Set CRM Field action supports multi-write — add as many field/value pairs as you need in a single action step. For example, when an opportunity is marked Won:

All three fields are written atomically in the same automation step.

Useful Recipes

When this happensSet this fieldTo this value
Opportunity enters Lead Receivedrelationship_started_at{{today}}
Opportunity enters Proposal Sentactual_close_date{{today}}
Opportunity moves to Wonstatus (custom)Won
Contact submits a formcontact source (custom)Inbound Form
Any stage changelast_stage_change_at (custom){{now}}

Understanding {{today}} vs {{now}}

Two date tokens are available in Set CRM Field values:

For the complete token reference including name and CRM variable tokens, see https://trustpager.com/help-center/first-name-only-contacts.

What Records Can You Update?

Set CRM Field can write to:

To find custom field IDs, open the variable picker inside the field value input — it lists every writable field with its exact path.

Tip: Set CRM Field is most powerful when chained with other actions. For example: opportunity enters Won stage → send a congratulations email → set closed_at to {{now}} → create a follow-up task for 30 days out. All in one automation, zero manual steps.
← Back to Help Center Open on trustpager.com ↗