Can I setup an outgoing webhook on a search?

Search inside mattermost is a great feature.

I would like to setup a webhook when users looks for something.

For example: search for gravity on wikipedia

Mattermost find “search for” and invokes a webhook that uses the query.

Something very similar to ingoing webhooks for channels, but also for searches.

Sorry for my english, I hope to make me understand.

@Vispa To confirm, if a user posts a message “search for gravity on wikipedia”, you’d like an outgoing webhook to return a result based on the keyword “search for”?

If so, that should definitely be possible with outgoing webhooks. If you have any further questions on how you might set it up, let us know and we’d be happy to help.

PS: Docs on outgoing webhooks are here: https://docs.mattermost.com/developer/webhooks-outgoing.html