Guides and Examples

Example: Chat transcript webhook

This example contains a Python Flask-RESTful app that receives a Webhooks reference from Kindly. Upon receiving the webhook payload, the app sends a request to the Kindly API to get the entire chat transcript for the relevant conversation up to that point.

Python