Create email filter via API?

I currently have a self hosted Zammad and wanted to know if it is possible to create an email filter via API? For example, I would send curl request to my server with specific info about the new filter e.g. (name of filter, conditions and action if condition is met) and expect the server to create that filter.

Thanks

Yes that’s technically possible as the UI does nothing else.
However, it’s an undocumented endpoint and a very critical part so you should be absolutely sure what you’re doing here.

Using the developer console while adding a sample postmaster filter should help you to see and understand the payloads Zammad sends.

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.