← Tools Reference

sevdesk

sevdesk integration (Finance, Productivity). Imported from open-connector.

API key5 toolshttps://my.sevdesk.de/api/v1
GET
sevdesk_list_contacts
List sevdesk contacts with optional customer number, pagination, and embed options.

/Contact

6 parameters
ParamTypeRequiredDescription
depthstringoptionalWhether to return only organizations or both organizations and persons.
customerNumberstringoptionalThe customer number to filter contacts by.
limitintegeroptionalThe maximum number of contacts to return.
offsetintegeroptionalThe number of contacts to skip before returning results.
countAllbooleanoptionalWhether sevdesk should include the total number of matching contacts.
embedarrayoptionalNested resource names to expand through sevdesk's embed query parameter.
GET
sevdesk_get_contact
Get one sevdesk contact by its identifier.

/Contact/{contactId}

2 parameters
ParamTypeRequiredDescription
contactIdintegerrequiredThe sevdesk contact identifier.
embedarrayoptionalNested resource names to expand through sevdesk's embed query parameter.
POST
sevdesk_create_contact
Create a new sevdesk contact using the official contact payload fields.

/Contact

26 parameters
ParamTypeRequiredDescription
namestringoptional
statusintegeroptional
customerNumberstringoptional
parentobjectoptional
surenamestringoptional
familynamestringoptional
titelstringoptional
categoryobjectrequiredA sevdesk contact category reference object.
descriptionstringoptional
academicTitlestringoptional
genderstringoptional
name2stringoptional
birthdaystringoptional
vatNumberstringoptional
bankAccountstringoptional
bankNumberstringoptional
defaultCashbackTimeintegeroptional
defaultCashbackPercentnumberoptional
defaultTimeToPayintegeroptional
taxNumberstringoptional
taxOfficestringoptional
exemptVatbooleanoptional
defaultDiscountAmountnumberoptional
defaultDiscountPercentagebooleanoptional
buyerReferencestringoptional
governmentAgencybooleanoptional
PUT
sevdesk_update_contact
Update an existing sevdesk contact using the official contact update payload fields.

/Contact/{contactId}

27 parameters
ParamTypeRequiredDescription
contactIdintegerrequiredThe sevdesk contact identifier.
namestringoptional
statusintegeroptional
customerNumberstringoptional
parentobjectoptional
surenamestringoptional
familynamestringoptional
titelstringoptional
categoryobjectoptional
descriptionstringoptional
academicTitlestringoptional
genderstringoptional
name2stringoptional
birthdaystringoptional
vatNumberstringoptional
bankAccountstringoptional
bankNumberstringoptional
defaultCashbackTimeintegeroptional
defaultCashbackPercentnumberoptional
defaultTimeToPayintegeroptional
taxNumberstringoptional
taxOfficestringoptional
exemptVatbooleanoptional
defaultDiscountAmountnumberoptional
defaultDiscountPercentagebooleanoptional
buyerReferencestringoptional
governmentAgencybooleanoptional
DELETE
sevdesk_delete_contact
Delete a sevdesk contact by its identifier.

/Contact/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdintegerrequiredThe sevdesk contact identifier.