Automation not triggered on new user creation via import plugin in WordPress
I am importing multiple new users at once using the "Import and Export Users and Customers" plugin in WordPress. I attempted to trigger FluentCRM automations by firing the user_register hook after user creation, but the automation does not seem to run. Is the user_register hook the correct one FluentCRM listens to for new user creation? Or is there another hook or recommended way to trigger automations for users imported via an external plugin? I would appreciate clear guidance on the exact function or hook to use. Thanks in advance!
'fluent_crm/contact_created'
this action hook should be fired with newly created subscriber model.