Hi, I’m looking for a feature that can instantly display media, links, and documents from a conversation. From what I found, Conversation and Advanced Search seems like the best way to implement this.
However, I’ve run into the following error:
{
"error": {
"message": "Conversation and Advanced Search is not available on your current billing plan.",
"devMessage": "Your current plan (free-2023-01) does not support the Conversation and Advanced Search feature, including filters such as hasAttachments, hasMentions, hasReactions, hasLinks, and mentionedUids. Please upgrade to a compatible plan to enable this functionality.",
"source": "chat-api",
"code": "ERR_MESSAGE_SEARCH_RESTRICTION"
}
}
I understand that this feature is only available on certain paid plans. My question is: how can we properly test this in our development/staging environments before making it available to production users?
On a related note, I also keep hitting the 100-user limit in our development environment. Most of these users are created purely for testing, so they don’t represent actual production usage.
Would it be possible to adjust or increase the user quota for our dev/stage environments so that we can properly test the integration?
Or am I approaching this incorrectly? Is there an alternative setup that allows paying customers to test paid features in their development and staging environments without being blocked by production-level feature restrictions or user limits?
Please authenticate to join the conversation.
New
💡 Feature Request
Management APIs (Multi-tenancy)
Get notified by email when there are changes.
New
💡 Feature Request
Management APIs (Multi-tenancy)
Get notified by email when there are changes.