Replies: 1 comment 5 replies
-
The I like the idea of a Finally, metadata makes sense to me. We would probably use a similar approach to Stripe's key/value metadata. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During my testing I have noticed that when we send data to be moderated, the webhooks response is very limited, I'd like to suggest adding metadata to the ingest request.
Currently, when receiving webhook responses from moderated content, we only get limited data back (
event
,clientId
,entity
). This makes it challenging to:i suggest adding support for optional metadata in the ingest request that will be preserved and returned in webhook responses.
for example we send
and we receive
This would just make it easier for processing the data from the webhook responses
Beta Was this translation helpful? Give feedback.
All reactions