Discussions

Ask a Question

Custom popup widget does not work

I have used it like this, <form-widget ucid='test-id' mode='popup' component="customButton">hi</form-widget> ``` <form-widget ucid='TpLavbmEY0EPHVWS2IUw1NQNT20' mode='popup' component="customButton">hi</form-widget> <button class="btn" type="button" class="vrlps-trigger">JOIN THE PARTY <span class="right-chevron"><img src="{{URL::asset('website/img/rightarrow-blue.svg')}}" alt="" class="show-icon" /> <img src="{{URL::asset('website/img/rightarrow-white.svg')}}" alt="" class="hover-icon" /></span> </button> ``` And on clicking the button JOIN THE PARTY , it does not work.

Integration in Next js

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

Integrations - Custom JS

Hi all, I'm enabling the custom JS integration to push an event on successful submission, but the code never executes. I see my code downloaded to client (user) but it doesn't execute on submission. Any suggestions? Thank you,

API to know users referred count

Hi , Is their an API which can tell me how many friends have been referred to by given user have signed up. This is basically to show the referred count on the page.

API to know users referred count

Hi , Is their an API which can tell me how many friends have been referred to by given user have signed up. This is basically to show the referred count on the page.

problem with the participants documentation

I'm trying to integrate with my site: <https://aidraw.ai>, but when I am referring to parts of your documentation I see this error message : Backend API Participant Registration ⚠️ This reference guide is currently experiencing difficulties and will be back online shortly. ERR-T11CIS Can you kindly check and let me know when this can fixed? Thanks

Campaign Info - status code : 406

I am getting error as below - { "statusCode": 406, "error": "Not Acceptable", "message": "Invalid Campaign identifier", "description": "Campaign could not be found" } where as in home page I can see active campaigns. Could you please help me here ?

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]" } } '

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?

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