fail; the error is the sending
If I call the API directly from api connector it work
But if I put it on RAW in the workflow it’s not working EVEN with the ID; probably a sending error anyone have a idea ?
Any difference? Does both have the content-type header? ( I guess you are using shared header)
Sound like a bug for me, but just to be sure (and maybe to help support ;P)
Delete everything and try from a new call.
However, don’t hesitate to send a support ticket. It’s a bug.
Also, what if you try to add it to url? .net?clientId=[clientID]&accessToken=[accessToken]…
Weird… If anyone know how to open a ticket I will do it. Happy that yours work and mine too; by the way this little error take me 3 days :') Since here; I m glad to know what is requestbin IT WILL be helpfull for next error.s
I converted the call to a raw body (had to rebuild it because I was also using query parameters. But that helped me fix this issue for good. Because abusing the JSON body type to send form payload was causing problems sometimes