Recursive call webhook

hojae6b4

Member
I made workflow like function.

so it works well.
But at recently, i call recursive webhook.

so my task remains 0 task.

how about to prohibit the same url with self-url.

ofcourse, if user can select to prohibit or not to prohibit for recursive call.
 
P

PabblyMember3

Guest
how about to prohibit the same url with self-url.

Please clarify the above statement with some example.
 

hojae6b4

Member
how about to prohibit the same url with self-url.

Please clarify the above statement with some example.

As shown below in workflow,
While using webhook as a function,
You put your own url in an api - webbook.

In this case, I hope there's a warning message.



스크린샷 2021-05-25 오후 10.30.25.png
 
P

PabblyMember3

Guest
As shown below in workflow,
While using webhook as a function,
You put your own url in an api - webbook.

In this case, I hope there's a warning message.



View attachment 1101
Thanks for sharing the details, we discussed this with the team and made the changes.
Now, you won't be able to use same Workflow's webhook URL in the API step.

1622009439048.png
 
Top