I am using this webhook to send data from one doc to another, and it requires a token.
The problem I have is that my workflow uses one doc as a template from which new docs are made, so if I use the token from the template doc, it will not work on the new copies. I would have to go in and manually change the token every time.
Is there a way to generate a token that will work on all docs so I don’t have to change it every time?