Auth0 Community Ask Me Anything: Rules & Hooks and why Actions matter!

Following up the topic of (https://community.auth0.com/t/lastname-firstname-in-token-with-apple-signin/53076), is there any solution to include the first_name and last_name attributes (generated by Apple-SignIn) into the ID Token using Actions instead of Rules? Currently, I can only read family_name and given_name attributes using Actions at Event Object. I will need these attributes to fulfill the Apple Store Compliance on Apple Sign-In auto-complete user’s name.

Thank you!