- Joined
- Aug 8, 2022
- Messages
- 3
- Reaction score
- 0
Hi,
In order to pull contact records from my CRM by Phone Number, I need to pass a JSON query in the request body. The call is working with Postman but I can't figure out how to make it work with the Wizard or by editing the XML file. I believe I need to make the query in the Message attribute of the Request Element, but... The documentation says it is not the way for a GET request. Please help. This is my query...
{
"query": {
"meta_value": "5555555555",
"meta_key": "mobile_phone",
"meta_compare": "=",
"limit": 1
}
}
How do I pass this with the [Number] Variable via a JSON HTTP GET request?
Thanks!
AL
In order to pull contact records from my CRM by Phone Number, I need to pass a JSON query in the request body. The call is working with Postman but I can't figure out how to make it work with the Wizard or by editing the XML file. I believe I need to make the query in the Message attribute of the Request Element, but... The documentation says it is not the way for a GET request. Please help. This is my query...
{
"query": {
"meta_value": "5555555555",
"meta_key": "mobile_phone",
"meta_compare": "=",
"limit": 1
}
}
How do I pass this with the [Number] Variable via a JSON HTTP GET request?
Thanks!
AL