Rafael Tapia
Rafael Tapia
## Proposed changes (including videos or screenshots) Implement a new bridge that allow apps to send email using the SMTP server configured for the RC application. ## Issue(s) ## Steps...
## Proposed changes (including videos or screenshots) Implemented a new endpoint to retrieve contact info by id. [GET] `api/v1/omnichannel/contacts.get?contactId=123` response example: ```json { "contact": { "_id": "123", "name": "john doe",...
## Proposed changes (including videos or screenshots) Implements a new endpoint to retrieve a list of paginated contacts, allowing sorting and filtering by name, email, or phone number. [GET] `api/v1/omnichannel/contacts.search?searchText=john`...
## Proposed changes (including videos or screenshots) Create an unknown contact every time a new visitor is created. If there's already a verified contact with the same email, just link...
# What? :boat: Include a new property into the omnichannel source type to identify the destination of a message (e.g SMS number, Email address) # Why? :thinking: # Links :earth_americas:...
## Proposed changes (including videos or screenshots) ## Issue(s) ## Steps to test or reproduce ## Further comments