Skip to content

Instantly share code, notes, and snippets.

@danlkv
Last active June 10, 2020 00:28
Show Gist options
  • Save danlkv/64ffa8d0c84c89d0efb64d3083cf4b83 to your computer and use it in GitHub Desktop.
Save danlkv/64ffa8d0c84c89d0efb64d3083cf4b83 to your computer and use it in GitHub Desktop.

Webhook url, Integromat->Treebo

http://test.treebo.io:5002/webhooks/generic_webhook/test123

POST request. Payload format - JSON

{
    phone: str,
    text: str
}

Receiving message, Treebo->Integromat

POST request. We will need url to configure callback.

format

{
    phone: str,
    text: str
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment