Go to All Forums

Webhooks API

From your announcements I saw you are now supporting general webhooks as means of notifications. This means we can migrate from (ab)using Actions to using Webhooks.

I was rewriting our setup scripts, and wanted to create a third_party_service using the API, the same way we do for Actions. However, when trying to post to 'https://www.site24x7.com/api/third_party_services', I get a Method not allowed. Can we not POST to this API and what is the correct way then to create webhooks using the API? As far as I can see it is not documented yet.

Like (1) Reply
Replies (3)

In case someone wants to do the same thing: to create a webhook integration with the API, you need to POST to https://www.site24x7.com/api/integration/webhooks.

I figured that out using the Postman Interceptor.

Like (0) Reply

Hi Tom,

We have released API documentation for third party services. Refer this link. We have also made some changes in our post parameters so if you have already automated any integration please make a change according to the documentation.Sorry for the trouble. If you face any problem please let us know.

Thanks,
Sathya.

Like (0) Reply

Hi Sathya,

 

Thanks for the update. I have updated our setup script to comply with the new post parameters. It works fine.

 

Thanks for letting us know!

Tom

 

Like (0) Reply

Was this post helpful?