Nat
How to do a Mailhook like Integromat Make ?
I need to rewrite some Make scenarios in Windmill (Because it's better obviously). But I don't know how I should rewrite a scenario who start with an mailhook. How can i reproduce it in windmill ?
Secondly, someone know what is a IMTBuffer ? It look like it's related to Make or Google, how can i convert it in base64?
Many thanks
9 replies
Get a image from an api
Hello, we download a image from an api. And we want to send this image in slack channel
The script below get our image, and another script send the image on slack. These two scripts are in a flow.
How to pass this image from a script to another script ? How we should process ? We tried to encode it in utf8 and then encore it in base64 to send it, but the image don't work. If we don't encode it in utf8, windmill throw an error saying it's bad unicode character for the database
2 replies