Struggling with Dust Apps: Curl POST Issues and Workarounds
Hello !!!! I'm building some Dust Apps to connect to my Attio CRM, GCal and some more. Overall I always have big struggle making Dust apps work using curl POST. Because the environment is easier to work with, I write some Google Script functions that I can easily test, edit and so on... and then the Dust Apps simply call those Google Script with the correct input. t works well when I call them using a Curl GET and passing input in the URL, but I can't do that for some input (like email body). When I try to do a POST I get some error and weird behavior within dust App. Those same Curl POST calls work perfectly when called from somewhere else that Dust (tried on many device, and environment). We have been 3 different persons struggling to make those Dust curl POST work. It there a know bug or any work around ? Thanks in advance for your help !