This feature allows you to vote on behalf of your customer. It is helpful for you:
There are a few ways to vote on behalf.
Open theย postย you want to add the vote to. Then click "add voter" on the right side.
Add the vote of your customer by entering their email or name. Their account will automatically show up.
Select the account and vote.
If the account is not showing up, the person has no account or is not invited yet. In that case, tick the checkbox for a new account.
The user will be created, they get an invite and their vote is added to the post. If you don't want to send the invite, you can tick the box "Invite without sending an email".ย
The vote is completed and is added to your list of "voters & followers".
You can vote on behalf using the ProductLift API.
curl --request POST \
"{YOUR-PORTAL-URL}/api/v1/posts/{POST-ID}/votes/{CUSTOMER-ID}" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
You need to have an active customer for this, or you can create a new one.
You can vote on behalf from 1.000+ systems using the Pabbly Connect integration.
6 months ago