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": "Create Infomaniak Mailbox",
"nodes": [
{
"parameters": {},
"id": "c1a2b3c4-0002-4000-8000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"authentication": "oauth2",
"product": "infomaniak_api_mail.json",
"operation": "POST /1/mail_hostings/{mail_hosting_id}/mailboxes",
"pathParameters": {
"mail_hosting_id": 98765
},
"queryParameters": {},
"bodyParameters": {
"mailbox": "john.doe",
"password": "S3cureP@ssw0rd",
"full_name": "John Doe"
},
"returnAll": false,
"limit": 50,
"splitIntoItems": true,
"returnFullResponse": false
},
"id": "c1a2b3c4-0002-4000-8000-000000000002",
"name": "Infomaniak",
"type": "n8n-nodes-infomaniak.infomaniak",
"typeVersion": 2,
"position": [
520,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Infomaniak",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create Infomaniak Mailbox. Uses n8n-nodes-infomaniak. Event-driven trigger; 2 nodes.
Source: https://github.com/sitrifix/n8n-nodes-infomaniak-api/blob/f48f8c88ac2da78b98abd69846c6e0fc3ff8af1f/examples/workflows/create-mailbox.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.
List Infomaniak Mail Hostings. Uses n8n-nodes-infomaniak. Event-driven trigger; 2 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.