What a rule can do
Handlinger (i rekkefølge) — a rule can do several things, and they run in the order you list them. Each one has a Handlingstype.
The common ones are creating a task, sending an email, notifying a user, updating a field on the record that triggered the rule, and Send webhook — POST JSON til en ekstern URL (Slack, Zapier osv.). That last one is how you reach a system we do not integrate with; the Webhooks page in the sidebar is the Tripletex delivery log, not this action. See Webhooks.
Values can come from the trigger. Free-text fields in an action accept variables from the record that fired it, written in double braces — Verdi eller {{variable}}. So a task created when a deal reaches a stage can be titled with that deal's own name rather than something generic, which is the difference between a useful task list and a wall of identical rows.
Link what you create. When a rule makes a task, connect it to the record that triggered it. Valgfritt: koble oppgaven til en mulighet, kunde eller kontakt; legg til tagger; endre status; tildel medeier; eller sett andre aktivitetskolonner. An automated task floating free of any customer is one nobody can act on without going looking, and most people will not.
Koble oppgaven til CRM-poster, legg til tagger eller sett andre tillatte felt. Fritekst støtter {{variables}} fra utløseren. Tomme felt settes ikke på den nye oppgaven.
Write real email content. An automated email goes to a customer without anyone reading it first, so a template left at its default wording gets sent exactly as-is. Write the subject and body properly, and use variables so it reads as though a person wrote it.
Order matters when actions depend on each other. If one action creates something a later action refers to, it has to come first in the list.
Var dette nyttig?