Hi
here’s the docs of API.
I try to send customFields but it doesn’t woerk.
I dont understand array without JSON syntax…
When I try in the make query string field this, the custom field is not update but the API return OK.
With this I have slash symbols
\
are replaces in the input bundle by \"
…
Note that email and name are updated correctly !
[
{
"body": [
{
"key": "email",
"value": "test@test.com"
},
{
"key": "name",
"value": "PL"
},
{
"key": "customFields",
"value": "[\"4\": \"PL\"]"
}
],
"task": "createOrUpdateUser",
"method": "POST",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
]
}
]
Any idea ?
Thx