I'm attempting to use the Teamleader API module to retrieve Product information from our CRM (Teamleader).
When I execute this call using a different tool than callin.io, the output JSON returns HTML code as a value.
For example:
"description": "Praktijkgerichte opleiding waar eindgebruikers de gratis versie van **Copilot** leren te gebruiken in de Bing-zoekmachine.nn nLeer opdrachten geven aan **Copilot** voor **Bing** (en andere gratis AI-tools) om je werk sneller en met meer creativiteit gedaan te krijgen."
When I perform the same API call using the callin.io Module, the output appears as follows:
"description": "<p>Praktijkgerichte opleiding waar eindgebruikers de gratis versie van <strong>Copilot</strong> leren te gebruiken in de Bing-zoekmachine.</p>n<p>Leer opdrachten geven aan <strong>Copilot</strong> voor <strong>Bing</strong> (en andere gratis AI-tools) om je werk sneller en met meer creativiteit gedaan te krijgen.</p>",
Is there a way to receive the version with the HTML codes?
Thanks in advance,
Geert
Welcome to the callin.io community!
According to the Teamleader API documentation, you can no longer retrieve HTML in the product description.
They made this change in 2021:
I'm uncertain how you obtained the HTML, but I wouldn't rely on consistently getting HTML descriptions, as Teamleader themselves state they have transitioned to Markdown.