That’s correct.

You have two options:

  1. New zap step + new API workflow
    • As part of your zap, adding a new step that calls a new API Workflow Create user, sending the email.
    • The Create User API workflow
      • receives the email
      • creates the User with the Create an account for someone else action
      • Adds existing Kundenrecords to it
  2. Use a Database trigger event
    • that monitors Kunden object creation
    • creates the User with the Create an account for someone else action, with email stored in the monitored Kunden record, only if an account doesn’t exists already
    • Adds monitored Kundenrecord to it