Discussions

Ask a Question

React Integrations

Hey there, I am looking to have this integrated into my Next.js website, which is built on top of React 18. Do you have any recommended approaches for this stack?

Add point manually

Hi, can I add a point manually to a participant?

Vue Integration

Hey there, I am looking to have this integrated into my Vue.js website, which is built on vue2. Do you have any recommended approaches for this stack? or how do I use widgets for referring a friends and others

Vue Integration

Hey there, I am looking to have this integrated into my Vue.js website, which is built on vue2. Do you have any recommended approaches for this stack? or how do I use widgets for referring a friends and others

Outbound email address not sending

I've configured a custom outbound email address. In the settings, the new email address passes the checks for 'Verified domain', 'SPF record is valid', and 'DKIM record is valid'. However, when I then do a test email or directly test on our landing page, I don't receive an email. I've checked my spam folder and there's nothing there. It's not clear to me where the issue is. How should I debug this?

Error 403 forbidden "Feature access: disabled" when try to convert user

Hi, i'm trying to call endpoint /api/v3/campaign/participant/convert to convert a user but i receive this error. Why? curl --request POST \ --url https://app.viral-loops.com/api/v3/campaign/participant/convert \ --header 'accept: application/json' \ --header 'apiToken: xxxxxxxx' \ --header 'content-type: application/json' \ --data ' { "user": { "email": "[email protected]" } } '