GET /search.messages
Searches for messages matching a query.
Servers
- https://slack.com/api
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No | |
query |
String | Yes |
Search query. |
count |
Integer | No |
Pass the number of results you want per "page". Maximum of |
sort_dir |
String | No |
Change sort direction to ascending ( |
sort |
String | No |
Return matches sorted by either |
token |
String | Yes |
Authentication token. Requires scope: |
highlight |
Boolean | No |
Pass a value of |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.