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
Creating an extension app in develop2 sandbox

Can I create an extension app in develop2 sandbox that can read and reply to messages

Votes Newest

Answers


Hi Hosea,

Thank you for your question,

If you take a look at the following Symphony Developer Forum post - the same question was asked before & answered by my colleague Yong Sheng, which provided a detailed response.

https://forum.developers.symphony.com/question/1351124750339936256/test-extension-app-in-sandbox

In summary, you can create and develop a new extension application to be used in the Develop2 sandbox environment, however the extension application bundle file will need to be 'side-loaded' locally using the method described in the Forum post above.

This will allow you to run and test your own extension application without having to upload the extension application to the Develop2 sanbox environment's marketplace. Running the extension application locally (via 'localhost:4000') is currently the only way that is allowed for developers building on Symphony.

Please take a look and let us know if you have any questions or feedback.

  
  
Posted one year ago
Kaosar Ahmed
310 × 3 Administrator
998 Views
1 Answer
one year ago
one year ago
Tags