Unique incremental ID identifier
Hello. I'm building an automated flow for a shipping company that follows:
- A customer registers from our website
- It becomes a lead in the system.
- They receive a new account email that must contains:
- {Name of the company} + prefix XXXX (unique ID identifier)
- The ID must be visible on the new customer profile from the admin panel.
How can I mirror this?
Thanks.