Feature Request

Request a Feature for the respond.io platform.
Contact Field & HTTP Request: Ensure HTTP Requests Use Latest Contact Field Values
Issue Description: Currently, when an AI Agent updates a contact field (e.g., $contact.specific_start_time) and immediately triggers a HTTP request that references that same contact field in the request body, the HTTP request does not reflect the updated value. Instead, it sends the previous/stale value of the contact field. Current Behavior: AI Agent executes: Update $contact.specific_start_time = "13:45" AI Agent executes: Trigger HTTP request with body containing "specific_start_time": "$contact.specific_start_time" HTTP request payload receives the old value (e.g., "12:00" or empty) instead of "13:45" Expected Behavior: The HTTP request should automatically wait for the contact field update to be fully persisted and then use the latest value of that contact field in the request payload. Impact: This synchronization issue prevents reliable sequential workflows where: A contact field must be updated first An HTTP request must immediately follow using that updated field value The external API/system depends on receiving the correct, up-to-date data Requested Solution: Implement a synchronization mechanism that ensures contact field updates are persisted before executing HTTP requests, or provide a way for users to explicitly wait/confirm that the contact field is updated before triggering the HTTP request. This would guarantee data consistency between the contact record and external API calls.
0
User Settings: Granular/Custom User Access Level (Permissions)
Business Problem: The current role-based permissions structure (Agent, Manager, Admin) does not provide enough flexibility for organizations with complex operational workflows. Many businesses — especially those with multiple internal departments — require fine-grained control over what each user can view, edit, or do inside the platform. This leads to risks such as accidental customer replies, unauthorized data edits, or exposing sensitive information to users who should not have access. Desired Outcome Introduce a granular permission system that allows workspace admins to customize access levels per user or per role. This should include the ability to enable or disable specific actions, modules, or permissions, such as: Access to Dashboard, Contacts, Messages, Snippets, Users & Teams (but not Workflows or advanced settings) Read-only access to conversations Restricting ability to reply to contacts Restricting ability to send files, surveys, or voice notes Allowing comments only for inter-team collaboration Use Cases Multi-Team Operational Workflows Some customers (e.g., online stores) have an operations team that reviews cases internally. The desired flow: Customer care assigns a contact to the operations team Operations team reviews history Leaves internal comments Contact is returned to the agent However: The operations team should not reply directly to the customer Replies must be text-only for some agents Operations team should have limited permissions (no surveys, no attachments, no voice notes) Restricting Access to Sensitive Contact Fields Currently, contact fields marked as hidden are only collapsed behind a dropdown — but are still accessible and editable. Organizations need stronger control over field visibility to protect internal or confidential data. View-only fields: Users (at least agents) should be able to see certain fields but not edit them. Fully hidden fields: Some fields should be completely invisible to certain roles (not displayed anywhere in the interface). This is important for companies storing sensitive customer data (financial info, internal IDs, CRM-synced fields, etc.), where only a subset of users should have access or edit rights.
31
Load More