Does someone know how I can use Alteryx to connect to Tibco EBX. Thank you in advance for your ideas.
Hey @neilswenson,
Tibco EBX has an API which Alteryx can connect to: TIBCO EBX™ Documentation - Built-in RESTful services. Alteryx has some great documentation on connecting to API's with Alteryx: Get Started with APIs | Alteryx Help
It seems that Tibco EBX has an API you can use and leverage in Alteryx - https://docs.tibco.com/pub/ebx/5.9.4/doc/html/en/data_services/dataservices_rest_v1.html
You can use the download tool connect to the API and pull the information from the endpoints needed.
https://help.alteryx.com/developer-help/get-started-apis
Some APIs and authentication can be more difficult than others -- make sure to reference Tibco EBX's API documentation while going through.