Official CENTCOM Python SDK for requests and webhook verification
Project description
centcom
Official CENTCOM Python SDK for human-in-the-loop approval requests and webhook verification.
Install
pip install centcom
Quick Start
from centcom import CentcomClient, verify_webhook
client = CentcomClient(api_key="cc_live_xxx")
req = client.create_request(
type="approval",
context="Order #123 refund request",
question="Approve refund?",
callback_url="https://your-app.com/centcom-webhook",
)
print(req["id"])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
centcom-1.0.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file centcom-1.0.0.tar.gz.
File metadata
- Download URL: centcom-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97c90e2341ebc2937b3862073ee80e83243122cd055bf1efef6258c1e8628eba
|
|
| MD5 |
04184a8e9cfbfe783437bb0f43b28167
|
|
| BLAKE2b-256 |
4c0811fdca51e5f82f6d8da3c89a937039bab48321da9e980aec148e916ec752
|
File details
Details for the file centcom-1.0.0-py3-none-any.whl.
File metadata
- Download URL: centcom-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fabff93befea475b1a91e72aab48d50157b80374873ed48013363ad44d3b1f6e
|
|
| MD5 |
68be2b322b9925cdc956f7663d1ce6fd
|
|
| BLAKE2b-256 |
7ad94f75918b81f4be7e80f60292b581655995d2ccef1a45472b192e2bdc6ffd
|