Update, I opened a ticket with ManyChat support and they said the problem is that the image is not being returned as an image and the Meta API is not recognizing it, can anyone think of any other way to make it work?
Hey @htnrodrigues , if you know the size of the image (which seems to be the case as you set it manually) then you could aproximate centering the text. The Edit Image node is configired with Font Size and X / Y Positions.
Centring vertically is more or less straightforward (as you probably guessed already). Centring horizontally is tricky unless you use monotype font (Andale_Mono, for example) where the width of any letter is the same. Knowing how many pixels the letter takes up and how many letters in the text you can calculate the relative Position X.
I tried to compress the image, convert it to jpg but I still get the same error, I managed to get it to 50kb and it still didn’t send.
The horizontal calculation question, chatgpt helped me calculate the expression, thanks for the tip, I just haven’t been able to solve this manychat question yet, but I’ll keep trying