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 and Webhook
  • Config Flow
  • Test
  1. quick start

Create a flow

PreviousStart with KubernetesNextCreate a tool

Last updated 1 year ago

Example is "Add new contacts from HubSpot to the email list in Mailchimp"

Create Flow and Webhook

Copy webhook url.

Complete the settings in the hubspot private app.

Make a test request to generate data schema.

Config Flow

Add app node and choose hubspot.

Choose Asset and Action, and set user id from webhook data.

Make a test request, now we can use the user ID in webhook to query the user's email address.

Add mailchump app, config assets with mailchump api_key.

Choose "create_member" action and set email data from dynamic parameters.

Test

Now that the flow configuration is complete, let's actually test the functionality.

Create contact on hubspot, then webhook will call.

In audit logs, we can see that the flow execution was successful.

Check if the member was successfully created in mailchump.

Congratulations! The flow is ready to use.