Question

Has anybody worked with glitch.com for webhooks in Creatio?

Hi All,

 

I am trying to add a webservice in Creatio that I have created on Glitch.com.
It´s a pretty simple command as Glitch is taking care of everything else: https://myproject.glitch.me/webhook

WHen I try it on a browser, terminal using CURL or Postman it all works like a charm, but when I try it on Creatio webservice I get 403 error while testing.

 

HTTPS/1.1 403 Forbidden
Connection: keep-alive
Content-Length: 5102
Cache-Control: no-cache
Content-Type: text/html; charset=utf-8
Date: Wed, 18 Sep 2024 19:23:22 GMT
ETag: W/"13ee-7BLoGr7XTOg99/hMMtwtRAXUvfw

 

Any ideas or recommendations?

 

Like 0

Like

1 comments

Hello,

 

For detailed instructions on webhooks, you can refer to the Academy guide here: Webhook Service Integration Overview.

 

The issue could be related to the JSON data, such as incorrect parameter names or formatting.

Additionally, something may not be configured properly as outlined in this section: Retrieving a Webhook. It's also unclear if there are any records in the Webhooks section, as errors might be listed there.

Show all comments