Hi,
I noticed that your test block is within the authorization block.
You are getting the error because Workato cannot find the test block.
Put the test block all the way out, living along with the title and connection blocks.
Refer to https://docs.workato.com/developing-connectors/sdk/walk-through.html
Send us a ticket, we will try our best to assist you with your problem
Claudio
SDK Connector - Connection failed: Not implemented
Hi,
I'm writing an SDK connector for my application. I get the error "Connection failed: Not implemented" when I try to test the authorization part (custom_auth). Workato doesn't send the request so the problem should be in the code. I haven't found anything online so far about this. Below my connector authentication code:
1 person has this question