Skip to content

Apps do not work when creating a conversation via API #2111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ibrahimAlbyrk opened this issue Mar 28, 2025 · 0 comments
Open

Apps do not work when creating a conversation via API #2111

ibrahimAlbyrk opened this issue Mar 28, 2025 · 0 comments

Comments

@ibrahimAlbyrk
Copy link

Describe the bug
When I create a conversation via API, conversation analysis apps do not work. They either do not appear at all or act as if I have not even started talking.

To Reproduce
Steps to reproduce the behavior:

  1. Create conversation via api
  2. Scroll down to below
  3. See below apps
  4. They doesn't works

Expected behavior
Applications should work properly whether they are created with API or not.

Screenshots
this convo created via phone mic in app
Image

and this created via api
Image

Additional context
Data structure for post i send:

 data = {
     "started_at": date,
     "text": text,
     "text_source": "other_text",
     "text_source_spec": f"email about {important}" if important else "email",
     "language": self.language
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants