Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

image-20240227-083542.png

image-20240227-083854.png

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)

image-20240227-084312.png

image-20240227-083832.png

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

image-20240228-074654.png

image-20240227-083929.png

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.

  • No labels