- Joined
- May 31, 2017
- Messages
- 133
- Reaction score
- 44
We need to make a crm template to connect to our crm. Authentication is done with a Bearer token. This will be send in the Request header. How can I add this in the xml template? I've tried with the 3cx crm integration wizard, and selected basic authentication with API key (no option for bearer token). But that's not working.
When I try, I receive this error message
Server returned a non successful status code - HTTPStatusCode=InternalServerError - Reason=Internal Server Error - Content={ "statusCode": 500, "message": "Internal server error", "activityId": "a3884aa2-09e3-4141-a747-c9c5a84d3e81" }
With postman it's working. Where can I find the log files for this? Someone who has already created an XML template with a bearer token
When I try, I receive this error message
Server returned a non successful status code - HTTPStatusCode=InternalServerError - Reason=Internal Server Error - Content={ "statusCode": 500, "message": "Internal server error", "activityId": "a3884aa2-09e3-4141-a747-c9c5a84d3e81" }
With postman it's working. Where can I find the log files for this? Someone who has already created an XML template with a bearer token