Hello,
I’m trying to store a record of a user in a CRM, it seems like the post-user-registration trigger with Actions is the ideal way to do this.
However, I have multiple clients on the same tenant and I only want to add this user to the CRM if it comes from a specific client.
In Rules you had access to the client_id on the context object but I can’t see any equivalent in the event object passed into the post-user-registration Action.
Is there any way to access this in the post-user-registration Action?