Hi
I have used the really helpful documentation here
www.joomlapolis.com/documentation/279-community-builder/tutorials/18362-registering-a-user-through-cb-api
to register users via salesforce and who are coming via an external table into a VIP members group.
That works great.
But I want a specific registration details email message for this user group.
If I change the email in the CB settings configuration->registration tab
That will apply to all the user groups and not just to the ones I am adding via this script. Joe public still needs to register as using that, so how can I send an email to just this user group, call them "VIP Members" that are registered via the script?
I could I guess use auto actions, but which action would fire if I used the script to register them?
I could do it via the script that I have written if auto actions cannot do that but the other question that applied to both is how can I stop the generic registration that I currently get from being sent? Other wise they will get the configuration->registration tab one and the auto actions/my script one
Thanks
Phil