airyhq / airy

💬 Open Source App Framework to build streaming apps with real-time data - 💎 Build real-time data pipelines and make real-time data universally accessible - 🤖 Join historical and real-time data in the stream to create smarter ML and AI applications. - ⚡ Standardize complex data ingestion and stream data to apps with pre-built connectors
https://airy.co/docs/core
Apache License 2.0
366 stars 45 forks source link

Source API - Action Endpoint Payload has wrong source_conversation_id #4157

Open steffh opened 3 months ago

steffh commented 3 months ago

Describe the bug

source_conversation_id as returned from the source api messages.send action end endpoint (https://airy.co/docs/core/api/source#send-message) is not mapped properly as sent to webhooks.ingest; it is a different source_conversation_id, so presumably sender_id and source_conversation_id get mixed up when returned.

To Reproduce

see above

Expected behavior

The source_conversation_id ingested and returned from the send action endpoint are the same.

https://airy.co/docs/core/api/source#send-message

Screenshots

-

Environment

-

Additional context

-