How to trigger cloud Function when Build Successful

I’m looking for a way to trigger a cloud function (HTTP Trigger) when the CircleCI is job success?
I want to post an artifact URL for the cloud function when the circleci job success (this is for an android project)