Connecting Kwiga and providing a course after purchasing in the tunnel
UA | US | RU
|
---|
To maximize the efficiency of your business and ensure customers have instant access to purchased courses, you can set up automatic course delivery through the Kwiga API. This will automate the process of registration and access to courses, improve the user experience and save your time on manual operations.
Steps to set up automatic course delivery:
Create a red “Action” block in your sales tunnel and select the “Send external request” option.
In the request URL field, paste the following link: https://api.kwiga.com/contacts/purchases
Select the request type
POST
.
Add request headers:
Click the “+ Request Header” button and add two headers: Token and Cabinet-Hash
The values for these headers must be taken in your Kwiga personal account (Settings - API - Activate API)
Set up the request body (Body):
Go to the Body tab and paste the following JSON:
{
"first_name": "NAME",
"email": "EMAIL",
"phone": "PHONE",
"offer_id": "kwiga_offer_name",
"send_product_access_email": true
}
Replace kwiga_offer_name with the name of your offer from Kwiga.
The name of the offer can be found in the Sales section - Tariffs, offers
Save the block and connect it to payment verification in your sales tunnel to automatically issue rates to your customers.
This setup will allow you to automate the course registration and access process, ensuring courses are instantly delivered to customers after purchase and increasing customer satisfaction and loyalty.