#manuel_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1245758083536257148
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Metadata can only be key value pairs where value is a string
0: "Implementation Service Whatsapp",
1: "Implementation Service Email Marketing EUR",
},```
is not valid
In the above name_product is the key, and a hash is the value
That's not doable
๐จ
ok ty
values must always be string values, no other type of value is allowed, correct?
Correct
If you want to add the above, each item in the hash would need to be its own key value pair
yeah i was thinking the same thing
well thank you so much!
No problem
Or you could just pass the hash as a json string
And then you could always process/convert that later
right, that may be another more viable option