Hi, I'm trying to send data to an external website via an HTTP Request (POST) with the following JSON:

{
	"device": "%device",
	"server": "%server",
	"name": "%name",
	"probe": "%probe",
	"sensor": "%sensor",
	"sitename": "%sitename"
}

It does not work, the placeholders are not translation the variable into a value.

Do you have an idea, please?

Thanks


Article Comments

Hello,

Unfortunately, placeholders can not be used in the POST requests. You would need to enter the information directly in the request instead of using the placeholders.


Kind regards,
Sasa Ignjatovic, Tech Support Team


Nov, 2022 - Permalink