How do I send it to slack Road after git push?

all my files will be sent to bitbucket version control
but how can I send a message to the channel I specified by slack after git push?

Mar.14,2021

Yes, For details, please refer to the document .


do you mean to set the hook ( webhook ), for example, after push, send a http request to the specified address through post,
if that's what you mean, You can refer to gitlab's webhook document link to set up (not looking for bitbucket's documentation. Sorry.)

Menu