Currently, custom actions executed by the system do not receive essential contextual information such as the customer phone number, call ID, and assistant ID. This limitation prevents the backend from correctly identifying which customer or assistant is involved in the action, making it difficult to execute customer-dependent logic effectively.
Proposed Solution:
Enhance the custom action request payload by including the following fields:
Customer Phone Number (customer_phone) – Allows the backend to identify the customer.
Call ID (call_id) – Enables tracking and associating actions with the correct call session.
Assistant ID (assistant_id) – Identifies the virtual assistant handling the interaction, ensuring the correct AI logic is applied.
jsonCopyEdit
{ "action": "custom_action_name", "parameters": { "some_parameter": "value" }, "customer_phone": "+1234567890", "call_id": "abc123-456def-789ghi", "assistant_id": "assistant-xyz-987" }
Please authenticate to join the conversation.
Backlog
💡 Feature Request
About 1 year ago

coolish2008
Get notified by email when there are changes.
Backlog
💡 Feature Request
About 1 year ago

coolish2008
Get notified by email when there are changes.