Python Workflows
Unlike most integrations, HTTP requests do not depend on preconfigured
AutoKitteh connections. Instead, you can simply use the requests
library.
note
Secrets management (like in other AutoKitteh connections) is not supported yet.
Documentation: https://requests.readthedocs.io/
- Quickstart: https://requests.readthedocs.io/en/latest/user/quickstart/
- Advanced usage: https://requests.readthedocs.io/en/latest/user/advanced/
- Authentication: https://requests.readthedocs.io/en/latest/user/authentication/
API reference: https://requests.readthedocs.io/en/latest/api/
Code samples: https://github.com/autokitteh/kittehub/tree/main/samples/http