Admin Manual / Integration Management / Slack / Usage Example
Usage Example

The slash command can be used in the formats shown below.


Help Command

To display the Help message.

/Witly help


Query Command

To pull the data and display it in Slack.

/Witly module [Search Filter] [Field]

For Example

  1. To show data of the customers whose name contains ABC and show all fields.

/Witly Customer [Customer Name=ABC] [*]

  1. To show data of the customers whose ID equals 75 and show only Customer Name, Revenue, and Owner field.

/Witly Customer [Customer ID=75] [Customer Name, Revenue, Owner]

  1. To show data of the customers whose name contain ABC and ID equals 75.

/Witly Customer [Customer Name=ABC, Customer ID=75] [Customer Name]

Last modified on Apr 10, 2018