Outseta
Installation
htmlCopy<script
type="text/javascript"
campaign-id="YOUR-CAMPAIGN-ID"
defer
src="https://app.referralrocket.io/widget/widgetIndex.js">
</script><script>
Outseta.on(
'signup',
(account) => {
// Get campaign instance
const campaign = window.Rocket.getCampaign();
// Add the new member as a participant
campaign.addParticipant({
email: account.PersonAccount[0].Person.Email
})
.catch(error => {
console.error('Error processing referral:', error);
});
}
);
</script>How It Works
Testing
Important Notes
Troubleshooting
Last updated