I am trying to connect to a Web service Application but getting an error saying that the client id is invalid.
I have tried the same on postman but it works.
I am using a before rule to get the access token. (Rule attached)
My understanding is that when I click on the Test connection button, it should call the operation and the before rule. But there is no logs in the files.
@neel193 I tried putting logs in the before rule. No logs getting printed. I also tried sending an email on the first line. That also does not work. Attached the xmls
@rishavghoshacc Reason i said logs because for email there are another set of factors come into play if it is not coming. SMTP server config coule be incorrect, or server is down or something else. That’s why for testing just remove everything and have couple of log messages.
@neel193 The email should work as I have tested email in a separate rule, and it works.
So as per my understanding it should also be sending an email as soon as I click on test connection
@rishavghoshacc As part of troubleshooting, you should remove all the additional factors. If your issue is before rule is not being triggered, easiest way is to add log.error and see if that is getting printed or not.
Whether email is being sent or not, comes at the later stage when your flow enters the before operation rule. As of now your rule itself not being triggered.
@neel193 I tried with putting a brand new rule with just a logging statement. It does not appear on the logs. Is it not correct that the rule should be called when I click on the test connection button?