Did you purchase the Client Dashboards add-on or a license? I’m confused because that notification isn’t part of the free version of SI.
To answer your question: simply, no. You would need to use initiate the hook do_action( 'si_user_created', $user_id, $args ); on all of the users you created.
$args:
$defaults = array(
'user_login' => '',
'user_name' => '',
'user_pass' => '',
'user_email' => '',
'first_name' => '',
'last_name' => '',
'user_url' => '',
'role' => SI_Client::USER_ROLE,
);
Thread Starter
pingram
(@pingram3541)
I purchased the freelancer. Thanks I’ll give this a shot. Alternatively I might just add the [dashboard_link] to all of the invoice notifications that go out and just use the private url option. Thanks
I highly recommend that the private dashboard link is given instead of having clients worry about logging in.
FYI:
https://sproutapps.co/support/knowledgebase/sprout-invoices/clients/client-dashboards/