- Joined
- Nov 20, 2019
- Messages
- 25
- Reaction score
- 10
Hi,
I am experiencing two issues with CRM integration and would appreciate if someone could let me know where I am going wrong? I have attached my XML and screenshots below of my working Postman requests.
The issue is that the test on 3CX returns with must supply API key. I have adjusted my header to both APIKey and also tried RF-Api-Key as the header key.
I am also not sure that my configuration for the Raw Json Data is correct.
Any help would be great!
Postman Example --
POST /api/external/candidate/search HTTP/1.1
Host: recruiterflow.com
Content-Type: application/json
RF-Api-Key: ••••••
Content-Length: 230
{
"conjunction": "match-all",
"current_page": "1",
"filters": [
{
"conjunction": "in",
"filter_type": "text",
"values": ["02031952222"],
"key": "phone_number"
}
],
"items_per_page": "50"
}
I am experiencing two issues with CRM integration and would appreciate if someone could let me know where I am going wrong? I have attached my XML and screenshots below of my working Postman requests.
The issue is that the test on 3CX returns with must supply API key. I have adjusted my header to both APIKey and also tried RF-Api-Key as the header key.
I am also not sure that my configuration for the Raw Json Data is correct.
Any help would be great!
Postman Example --
POST /api/external/candidate/search HTTP/1.1
Host: recruiterflow.com
Content-Type: application/json
RF-Api-Key: ••••••
Content-Length: 230
{
"conjunction": "match-all",
"current_page": "1",
"filters": [
{
"conjunction": "in",
"filter_type": "text",
"values": ["02031952222"],
"key": "phone_number"
}
],
"items_per_page": "50"
}
