Want to learn more about automation in TOPdesk or have questions? Discover tips, ask your questions, and learn how to streamline processes.
Recently active
I want to achieve the following:I have a webhook called wh-ar-00 which should receive a body with content-type ‘application/json’.I want to pass this body to another webhook wh-msg-00 which expects the following format:{ "source”: "WH-AR-00”, "body”: ${_request.body}}As the _request.body is an extended hash, I need to transform this to a JSON string to pass it on. How do I do this with an extended hash?
If you work with both a test and a production environment, you used to have to manually adjust the URL in your action sequences each time. That was a lot of work and sometimes quite frustrating.Since 2023, TOPdesk has offered a solution for this: relative URLs.A relative URL contains only the part after the domain name. The rest is filled in automatically by TOPdesk.ExampleFull URL: https://company.topdesk.net/tas/api/persons/${id}Relative URL: /tas/api/persons/${id}By using relative URLs, your action sequences work more smoothly and require fewer adjustments.Want to learn more?You can find more information on MyTopdesk: https://my.topdesk.com/tas/public/ssp/content/detail/knowledgeitem?unid=7180b6a8d1184ac396a1fbf5943a03c1
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.