Hi,
is it possible to set tags to an event using API?
Some Media Types (Jira, Zammad for example) use tags to set an link to the created ticket. I use a webhook to call a Lambda on AWS with some logic (join multiple problems of one host into a single ticket) which will be processed asyncronous. So during the runtime of the webhook I dont know the ticket id. THerefore I want to set it later using API, but in the docs there are only get methods.
is it possible to set tags to an event using API?
Some Media Types (Jira, Zammad for example) use tags to set an link to the created ticket. I use a webhook to call a Lambda on AWS with some logic (join multiple problems of one host into a single ticket) which will be processed asyncronous. So during the runtime of the webhook I dont know the ticket id. THerefore I want to set it later using API, but in the docs there are only get methods.

you need eventid and tag name and its value...
Comment