Webhook incoming with event subscription create loop
问题 I am using a web service api to receive message from a slack channel (event subscription) and the same web service api to send message (Incoming webhook) to the user on the same slack channel. But when I send a message, this same message is send back to my api by the slack event subscription. That create an infinite loop. How can I declare my message that I am sending to the channel which I can check when I receive back by the event subscription ? 回答1: This is normal behavior of Slack and can