• Web Logic Hook not sending

    Hello All! I'm working on setting up some WebHooks from Sugar for the first time, but they don't seem to run. I've tested my external endpoint with postman successfully using identical settings without issue, so I can only assume that the webhook…
  • Do we have rest API to create a web logic hook for sugar?

    Do we have rest API to create a web logic hook for sugar?
  • Custom Web Logic Hooks or custom events

    Hi All Ive used a few Web logic hooks to send data out to our services server but now have the need to do something more custom. I can achieve what i need with a before save and after save hook that can compare fields and then send the data via curl…
  • Web Logic Hook not sending events o sending wrong ones

    Hello! Recently we have implemented a Webhook to notify users of new and closed cases. We had this running for last month without a problem. Since the start of this year, the SMS has stopped. We set up a new one to point to webhook.site to compare…
  • Using Sugar web logic hooks with ngrok and Flask

    I am trying to retrieve data from a Sugar web logic hook using ngrok for a public url and Flask as my web server. (I‘m using the method shown in this video: https://www.youtube.com/watch?v=YMBzb_RBDAA&t=664s ) I know the ngrok url and Flask application…