Passing data to your webhook #336
Replies: 2 comments
-
I'm not sure what kind of values you want to set it in json. |
Beta Was this translation helpful? Give feedback.
-
@ryota-sakamoto Thank you for the answer. I already know that you can get information from the application resources into your webhook using the above-outlined syntax. My problem is automatically getting custom information like a request-specific id or context into Argo so I can use it. This information is different for every sync end therefore for every webhook. So here is what I would need to do:
Hopefully, this describes my current situation better. So is there some parameter or option to get information into the sync process? |
Beta Was this translation helpful? Give feedback.
-
How can I add custom dynamic information to my webhook e.g. an
id
needs to be set whenever sending the webhook, which defines the object the webhook is meant for.Here is an example:
In the example above all the information is hardcoded, but parameters like the
id
andshkeptncontext
would need to be dynamically inserted and therefore be different for every sync.Beta Was this translation helpful? Give feedback.
All reactions