Your Input Matters

What functionality or tools would make Synthflow more powerful for you? We’d love to hear your ideas and feedback!

💡 For feature suggestions, drop them here.

🛠️ For support requests or technical issues, please submit a ticket directly through Zendesk — it’s the fastest way to get help from our team.

Create a NEW BASIC PLAN

I appreciate the services your platform provides and the effort put into creating flexible plans. However, I wanted to share some feedback regarding the current pricing structure. At the moment, the gap between the Starter Plan ($29 for 50 minutes) and the PRO Plan ($400 for 2000 minutes) is quite significant. Many users may find the Starter Plan too limited, while the PRO Plan might be too costly for their needs. I believe an intermediate plan offering 1000 minutes for $199 would be a great addition. This would provide a balanced option for users who need more than 50 minutes but are not yet ready to commit to 2000 minutes at a higher price point. I hope you consider this suggestion, as I believe it would make your service more accessible and attractive to a wider range of users. Best regards, cass

cassianoaxe 3 months ago

1

Include Customer Phone Number, Call ID, and Assistant ID in Custom Action Payload

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. Example Payload Update: json CopyEdit { "action": "custom_action_name", "parameters": { "some_parameter": "value" }, "customer_phone": "+1234567890", "call_id": "abc123-456def-789ghi", "assistant_id": "assistant-xyz-987" }

coolish2008 3 months ago