chatwoot/app/finders
Jamie Wood d99997d17d
feat: Add ability to filter Conversations by underlying source_id (#6979)
This change adds the ability to include a `source_id` param when querying the `/api/v1/accounts/{account_id}/conversations/search` endpoint. It restricts to results to only conversations related to a contact_inbox with the provided parameter. My motivation for adding this feature was to allow an external API to communicate with a specific conversation with only an awareness of the conversation `source_id` from the client.


Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-11 17:32:29 +05:30
..
conversation_finder.rb feat: Add ability to filter Conversations by underlying source_id (#6979) 2023-05-11 17:32:29 +05:30
email_channel_finder.rb feat: Route emails based on x-original-to in email channel (#6901) 2023-04-13 14:52:12 +05:30
message_finder.rb feat: Support after param in messages end point (#6848) 2023-04-07 13:42:54 +05:30