[Node] Docuseal

It would help if there was a node for:

Docuseal

My use case:

Automatic eSignature

Any resources to support this?

Are you willing to work on this?

Yes

This would be very helpful

It’s ready. I’m happy to share your feedbacks.

If you want to use as tool in AI, you should add below variable;
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=“true”

Hi @serkan, I used this node with the cloud version of Docuseal without issue. Now that I started self-host Docuseal, the nodes does work anymore. I changed the base url for my selfhosted api. (https://docuseal.iplomberie.ca/api). If I call https://docuseal.iplomberie.ca/api/templates/1 you can see that it respond (not authentificated in your case) but in mine, with the proper header with an n8n http request, I get values.

If I use the predefined credentials configure with the base url and the key and try to get a template from the list, we can see that the list is empty (bad sign already). If I use the id hardcoded, i get the error (see the picture).
image

image