Data from Webhook to http request - Problem with json structure

Hi,

I am having the following output (attached) from a webhook and need to send it over a http request to another platform. But I am having troubles with writing the json. Everything works to pass on minus the tags, keywords and instagram. I guess it is because it is an array.

Do you have any idea how I could write the json in order to be able to pass on those variables as well.

Thanks a lot for your help!

output bundle.txt (2.9 KB)

Hey @b_onmas , did you confirm the data type of the data you’re trying to send through the http request is correct?

It could be due to the data type

I am not sure what you mean exactly. but attached the screen of the configuration in the http module.