LogoLogo
English
English
  • 👉Welcome
    • Overview
    • Quickstart Guide
  • 🌐Services
    • Sales Site Builder
    • Global Payments
    • Subscription Management
    • Onboarding Quizzes
    • Web-To-App
  • 🚀Getting Started
    • Adding A Project
      • Create A New Project
      • Project Settings
      • Payment Methods Configuration
      • Adding Social Login
    • Adding Sales Packages
      • Create A Sales Package
      • Package Settings
      • Price Settings
    • Designing Flows
      • Create A Flow
      • Configure Pages In Flows
      • Configure Languages
      • Designing Pages
      • Configuring Payment Options
      • User Registration Options
      • User Activation Options
      • Review Process
    • Managing Sales Sites
      • Create A Sales Site
      • Configuring Site Content
      • Domain Configuration
      • Configuring Integrations
      • Site Activation
      • Site Statistics
  • ⚙️Integrations
    • Webhooks
      • Subscription Status
      • Payments
      • Quiz Responses
      • Refunds
      • Registered Users
    • Google Analytics
    • Ad Platforms
    • Custom Integrations
    • Login SDK
    • API Services
      • Subscription Status Inquiry
      • Payment History Inquiry
      • Transaction Refund
      • Payment Transaction Inquiry
        • Payments Status Codes
      • Package Upgrade/Downgrade
  • 👫Customers
    • Tracking Subscribers
    • Tracking Payments
    • Cancellations and Refunds
  • 🔐Account
    • Account Settings
    • Users and Access
    • Payments and Pricing
  • Sign Up Now
  • Sign In
Powered by GitBook
On this page
  • Checking Active Subscribers for Payments
  • The Use of Custom Integrations in Flows
  1. Integrations

Custom Integrations

Learn about customizable integrations

PreviousAd PlatformsNextLogin SDK

Last updated 1 year ago

In Zotlo, it is possible to create customizable integrations related to payments or registrations, allowing the Zotlo service to seamlessly communicate with your own service. Through these integrations, you can become a service provider within Zotlo's ecosystem. This integration capability increases the functionality and efficiency of your service within the Zotlo platform, providing a more integrated and seamless user experience.

Checking Active Subscribers for Payments

You can integrate your service with Zotlo to check and manage previously made subscriptions. Thanks to this integration, you can easily manage users' active subscriptions and direct payment processes with more control.

You need to follow the steps below to integrate your service into Zotlo:

  1. Go to the "Developer Tools" page in the project settings section and select the "Custom Integrations" tab.

  2. Click the "Activate" button to activate the "Check Active Subscriptions" integration.

  3. In the pop-up window that opens, enter the details of your endpoint and click on the "Next" button.

  1. Create the request structure using the parameters specified in the parameter list and proceed to the next step.

To define the parameters correctly and clearly, specify them as they are listed, with their names and how to use them.

  1. Define the response structure of your service and set the conditions for the subscription to be considered active. Here you only need to enter the fields that need to be checked, you do not need to detail the entire response structure.

  1. Specify how you want Zotlo to behave when it cannot access or receive a response from your service.

  2. Test your service in accordance with the request structure you created. If the test result is successful, your integration will be activated. However, if the test fails, try to troubleshoot the problem by following the instructions and then try again.

The Use of Custom Integrations in Flows

If a custom integration is activated in the project, this integration is automatically activated in all flows of the project. If you do not want this integration to run in a specific flow, you should click on the settings icon on the flow design page, select the "Custom Flows" header and uncheck the relevant integration on the screen that opens.

⚙️