You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 differentsource_conversation_id
, so presumablysender_id
andsource_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
The text was updated successfully, but these errors were encountered: