RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
144 stars 30 forks source link

Expand Raytha Functions Triggers to support Web hooks #82

Closed apexdodge closed 2 months ago

apexdodge commented 1 year ago

We should be able to define web hooks on ContentItem CRUD actions.

79 is a pre-req

Have to think this one through though. Could be done as a Behavior in the pipeline.

smd-11 commented 10 months ago

@apexdodge,i would like to work on this. Can you elaborate more what is it that should be achieved

apexdodge commented 2 months ago

Webhooks will be possible as a side effect of the expansion in capability of Raytha Functions feature in v1.3.0.

The user will be able to select a trigger type, such as Content Item Created / Updated / Deleted and then use the built-in HttpClient object to send a post request externally

Example:

image