connect to synology nas

ArshilAhmad

Well-known member
Staff member
Hi @christian-fr-gustavsen,

Based on my limited understanding of your use case, it seems like you want to capture answers from a questionnaire (form?) and save that data to Synology Nas (database). If that is the case then you can achieve your use case in the manner stated below.


The questionnaire you want to capture answers from needs to support webhooks. If it does support webhooks, then you can use Webhook by Pabbly trigger step to capture the answers.

If your database (Synology) has a REST API, you can use the API by Pabbly module to save the answers captured from the questionnaire in your database.
 
Top