cURL
curl --request POST \ --url https://app.textql.com/v1/playbooks/run \ --header 'Authorization: Bearer <token>' \ --header 'Connect-Protocol-Version: <connect-protocol-version>' \ --header 'Content-Type: application/json' \ --data ' { "playbookId": "<string>", "dryRun": true, "templateId": "<string>" } '
{ "chatId": "<string>", "report": { "subject": "<string>", "summary": "<string>", "blocks": [ { "card": { "blocks": "<array>" } } ], "htmlPreview": "<string>", "chatId": "<string>", "reportId": "<string>" }, "assets": [ { "target": "<string>", "previewType": "<string>", "name": "<string>", "url": "<string>", "content": "<string>", "error": "<string>" } ] }
Execute a playbook and return the generated report
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Define the version of the Connect protocol
1
Define the timeout, in ms
Success
Show child attributes