Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
InstantMessageCreated webhook

I have to use webhooks to handle messages. I do have flask python app that handle POST webhook and this methond is triggerd every time there is a direct message or message on chat room. In bot setup I'm able to subscribe to additional webhook - instantmessagecreated and I wondering how to handle this webhook in python not by default POST webhook

  
  
Posted 2 years ago
Votes Newest

Answers


@<1356904915263295488|Jakub Furmankiewicz> not exactly sure what you're trying to ask here. would be helpful to list which sdk/bdk you're using and describe your architecture setup. as you mentioned python, you should note that Symphony has never shipped webhook functionality for python-based tooling so it's quite confusing what you're trying to ask here.

  
  
Posted 2 years ago
Yong Sheng Tan
39 × 2 Administrator
2K Views
1 Answer
2 years ago
2 years ago
Tags