Product Fruits · Example Payload

Import Articles

Product AdoptionUser OnboardingIn-App GuidanceChecklistsNPS SurveysAnnouncementsUser SegmentationSaaS

Import Articles is an example object payload from Product Fruits, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

articles

Example Payload

Raw ↑
{
  "articles": [
    {
      "correlationId": "article-getting-started",
      "categoryCorrelationId": "cat-onboarding",
      "isPrivate": false,
      "contents": [
        {
          "lang": "en",
          "title": "Getting Started with Product Fruits",
          "content": "## Welcome\n\nThis guide helps you get started with Product Fruits in minutes.\n\n### Step 1: Install the SDK\n\nAdd the JavaScript snippet to your application.\n\n### Step 2: Identify Users\n\nCall the identify method with your user data.",
          "format": "markdown",
          "publishStatus": "published"
        },
        {
          "lang": "fr",
          "title": "Premiers pas avec Product Fruits",
          "content": "## Bienvenue\n\nCe guide vous aide à démarrer avec Product Fruits en quelques minutes.",
          "format": "markdown",
          "publishStatus": "published"
        }
      ]
    }
  ]
}