In webhooks, how do we handle different endpoints based on different event types? #6238
ztzsws1
started this conversation in
Design & tech
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @sfmskywalker , I have multiple EventTypes, each corresponding to multiple Endpoint addresses. I know how to configure them in JSON.
However, I've found that in the RunTaskHandler, only the EventType of "RunTask" can be executed, as shown in the figure.
I'm wondering if you have any suggestions for my scenario? Do I need to write a custom RunTaskHandler? Can we add an additional EventType parameter to RunTask? The default value could be RunTask. Looking forward to your reply.
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions