Tangram
语言
  • What is Tangram?
  • overview
    • Capabilities
    • Architecture
  • Install
    • Start with Kubernetes
  • quick start
    • Create a flow
    • Create a tool
  • Flow
    • Nodes
      • IF
      • SWITCH
      • Format
      • Count
      • Subflow
      • Conversion
      • Execution
      • Variable
      • Note
      • Error
      • Response
    • Datasources
      • Node
      • Form
      • Variable
      • Webhooks
      • Inputs(Subflow)
      • Base
  • triggers
    • Forms
      • Text
      • Textarea
      • Number
      • Date
      • Radio
      • Checkbox
      • Single Selection
      • Multi Selection
      • File
      • Title and Content
    • Webhooks
    • Crons
  • APP Development
    • template
    • info.json
    • core.py
    • test.py
    • Upload and Debugging
Powered by GitBook
On this page
  • Create Flow
  • Create webhook
  • Initialize data structure (First call)
  • Getting data in the flow
  • Audit logs
  1. triggers

Webhooks

PreviousTitle and ContentNextCrons

Last updated 10 months ago

Create Flow

Create webhook

You can quickly create it on the webhook tab of the flow details page.

Choose Http methods type and enable it.

The default name is the name of the flow.

Or you can create webhook in webhook list page and associate the flow and enable it.

Initialize data structure (First call)

Click the url to cope webhook url in details page.

Make a test call, and if it is successful, the data structure will be automatically saved.

Then you can see the call history of the webhook, which displays the data structure passed in the details.

Getting data in the flow

Audit logs

Call webhook again, data have been read from the node.

Use to get dynamic data.

Webhook Datasources