External DocumentationTo learn more, visit the PlexTrac documentation.
Parameters
Example Output
Workflow Library Example
Get Client with Plextrac and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Client ID | The ID of the client to retrieve information for. Can be retrieved from the ‘List Clients’ action. |
{
"name": "Test Client",
"client_id": 1912,
"tenant_id": 0,
"doc_type": "client",
"users": {
"global_admin": {
"classificationId": "cl33cuyyl0003potkhlbi0n6u",
"role": "ADMIN"
},
"email@plextrac.com": {
"classificationId": null,
"role": "ADMIN"
}
},
"tags": [
"test"
],
"description": "descriptoin",
"poc": "poc name",
"poc_email": "email@test.com",
"custom_field": [
{
"label": "Custom Field",
"value": "data"
}
]
}
Was this page helpful?