I’m brainstorming an application and one of the features I’ll need is a way to create/match a contact record on Salesforce when a member registers with the site. I’m fairly certain of how to create the contact record on Salesforce through the API, but I’m not sure how I would trigger the API call from ExpressionEngine.
Is there a way to fire off an event when a member registers with the site? Is there an add-on that would provide that functionality, I assume it would be possible since I can imagine such a thing in CodeIgniter.
...oh, and then I would like to update EE with the Salesforce contact record ID, storing the value in a custom member field.