Skip to content
Discussion options

You must be logged in to vote

Hey there!

In your Changeset: JSON, you're already in the scripting context once you start {% ... %} so you don't need the {{...}} around placeholders.

It could just be email: sender_address on line 3 in your latest screenshot.

That's much simpler with automations since KATA doesn't require JSON syntax to update records: https://cerb.ai/docs/automations/commands/record.create/

The contact record type also requires a first name at minimum: https://cerb.ai/docs/records/types/contact/

You could use the email name by default (left of the @).

This is what a mail.received automation would look like:

start:
  outcome/hasContact:
    if@bool: {{message_sender_contact_id}}
    then:
      return:
…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jstanden
Comment options

@j-at-se
Comment options

@beatbesmer
Comment options

@jstanden
Comment options

@j-at-se
Comment options

Answer selected by jstanden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants