Hey all,
The Dev folks opened me a new endpoint with a bit of an unusual structure (body), as it has hirrecry:
- user
- email (“string”)
- reason (number)
the structure of the call looks like this (tested and verified on postman):
{
"users": "
{
"email": "me@mememe.oi",
"reason": 2
}
]
}
I'm wondering how can I adjust the Zapier preset webbook data to fit the structure.
I tried userseemail]/users/reason] but it didn't worked (‘internal server error).
any idea how I should format the the call?