The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "QAIP Simple Completions",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "21c769ce-bb50-411e-b75a-fa736aad0cad",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"messages": {
"message": [
{
"content": "What is QAIP?"
}
]
},
"options": {},
"requestOptions": {}
},
"type": "CUSTOM.qaip",
"typeVersion": 1,
"position": [
208,
0
],
"id": "956e6c2a-6f5c-49bb-9502-3ed3cdc4726a",
"name": "Create a completion",
"credentials": {
"qaipApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Create a completion",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "c84c2ba8-38fd-4917-b79d-3beac8392564",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "ATyEmV9AzKQnEmc7",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
qaipApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
QAIP Simple Completions. Uses CUSTOM. Event-driven trigger; 2 nodes.
Source: https://github.com/qlonolink/n8n-nodes-qaip/blob/cc59861a9d8714dc8a34620112f8f6cb90c26e72/examples/qaip_simple_completions.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.
[E2E] Availability Exceptions - Get Many. Uses CUSTOM. Event-driven trigger; 5 nodes.