Chaskiq Plugins API

Chaskiq Plugins API

  • Plugins Docs
  • Help Center
  • Blog

›Plugin Components

Plugins API

  • Intro
  • Requests

API Workflows

  • Live API

Plugin Components

  • Presentation components
  • Interactive Components
  • Action Components

Tutorials

  • Tutorial

Presentation components

Text

{ "type": "text","text": "This is a header","style": "header" }

style: "header" / "paragraph" / ""

align: "center" / "left" / "right"

Data-Table

{ "type": "data-table",
    "items": [{"type": "field-value","field": "Key","value": "Value 1"},
        {"type": "field-value","field": "Key","value": "Value 2"},
        {"type": "field-value","field": "Key","value": "Value 3 which is a very long value that will exhibit different behaviours to the other values"}
    ]
},

Image

{
    "type": "image",
    "url": "https://via.placeholder.com/150",
    "height": 64,
    "width": 64,
    "align": "left",
    "rounded": true
},

"align": "center", "rounded": true

Spacer

{"type": "spacer","size": "xs"},

size: xs, s, sm, m, l, xl

Divider

{"type": "separator"}
← Live APIInteractive Components →
  • Text
  • Data-Table
  • Image
  • Spacer
  • Divider
Community
GithubTwitter
More
BlogGitHubStar
Copyright © 2020 Chaskiq