Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of SevDesk Contacts into Awork #165

Open
einfachnezzi opened this issue Feb 2, 2024 · 1 comment
Open

Integration of SevDesk Contacts into Awork #165

einfachnezzi opened this issue Feb 2, 2024 · 1 comment
Labels
question Further information is requested

Comments

@einfachnezzi
Copy link

What is your question?

Hello Awork Development Team,

We have recently acquired Awork for our project management needs and are in the process of integrating it into our workflows. As we use SevDesk for our accounting and customer management, we aim to seamlessly integrate our SevDesk contacts into Awork to streamline our processes and enhance collaboration among our teams.

We have successfully connected Awork with SevDesk but are facing challenges in directly integrating contacts from SevDesk into Awork. Our goal is to achieve smooth synchronization between the two systems, ensuring that any changes to contact information in SevDesk are automatically updated in Awork.

Could you please assist us with the following:

Is there an existing solution or plugin that we can utilize for this integration?
If not, could you provide guidance or pointers on how we could use Awork's API to develop such an integration ourselves?
Are there specific authentication or configuration steps we need to be aware of to ensure a secure connection between SevDesk and Awork?
We would greatly appreciate any support or advice you can offer to help us successfully implement this integration.

Thank you in advance for your assistance and support.

Best regards,
Vanessa (team Gutermuth)

Do you have a trace id of the call?

no

@einfachnezzi einfachnezzi added the question Further information is requested label Feb 2, 2024
@sebastianrosch
Copy link
Contributor

Hi @einfachnezzi,

other than our SevDesk integration I am not aware of any other solution or plugin to synchronize with SevDesk.

To use awork's API for this purpose, you have several options

  1. You could try sending clients to awork from SevDesk using Zapier, which is a low-code tool to automate and connect tools. awork has a Zapier app that allows you to create clients. It has some limitations around contact information, for which you could use the API Request action of the awork Zapier app, which requires a little understanding of how APIs work.

  2. You could implement a direct integration via API, which requires some coding skills and API knowledge. For such a sync, the easiest way to authenticate is via API Keys . Our API endpoint documentation can be found here: https://openapi.awork.com/ You are likely looking for GET, POST and PUT of the /companies section (which is what clients are called in our API).

Let me know if you have any more questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants