I’ve not tried to install Gramps Web API yet.
I’m looking at n8n, an automation no/low code tool, some kind of open source version of Zappier or Automate.io, to build worflows and automate data transformation and move it from one tool to another.
I’ve read the Gramps Web API documentation but still wondering if I could interconnect these tools. Query it from an http call from n8n, or even better set up a webhook in n8n that would be called automatically when an update in Gramps is detected by the API to do something with the information.
For example, a change or creation of a to-do note in Gramps could be detected by the API, sent via webhook to n8n as json data, reworked, and then sent to Notion, another kind of no code database which can be addressed thru its API by n8n, where I manage my projects and actions.
Another example could be the reverse: when I change the status of that action in Notion, n8n will detect it with a Notion trigger and send to the Gramps API information notes I’ve added to that action in Notion to add them to the original Gramps to-do note.
Any Gramps Web API expert to tell me if it’s possible?
If it is possible I think I’ll have a lot of ideas to move data from and to Gramps to and from other tools