Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Contact
sevdesk:create_contact
Create a new contact (person or company).
Write
Medium risk
Create Invoice
sevdesk:create_invoice
Create a new invoice with positions.
Write
Medium risk
Create Part
sevdesk:create_part
Create a new part/product.
Write
Medium risk
Create Voucher
sevdesk:create_voucher
Create a new voucher with positions.
Write
Medium risk
Get Contact
sevdesk:get_contact
Fetch a single contact by ID with all details.
Read
Low risk
Get Invoice
sevdesk:get_invoice
Fetch a single invoice by ID with all details including positions.
Read
Low risk
Get Part
sevdesk:get_part
Fetch a single part/product by ID with all details.
Read
Low risk
Get Voucher
sevdesk:get_voucher
Fetch a single voucher by ID with all details including positions.
Read
Low risk
List Contacts
sevdesk:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Invoices
sevdesk:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Parts
sevdesk:list_parts
List parts/products with optional filtering and pagination.
Read
Low risk
List Vouchers
sevdesk:list_vouchers
List vouchers with optional filtering and pagination.
Read
Low risk
Send Invoice
sevdesk:send_invoice
Send an invoice via email or mark as printed.
Write
Medium risk
Update Contact
sevdesk:update_contact
Update an existing contact's information.
Write
Medium risk
Update Part
sevdesk:update_part
Update an existing part/product.
Write
Medium risk