zendesk / zendesk/sunshine-conversations-java
Problems sending file type messages to WhatsApp
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
I am sending a file with whatsapp. First I upload it (https://api.smooch.io/v2/apps/{appId}/attachments), after uploading I send the file type message with the URI of the uploaded file.
The message on WhatsApp has the name equal to null.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the attachment upload at the Smooch attachments endpoint and the subsequent WhatsApp file-type message request that uses the uploaded URI. Reproduce the reported message with a null name, then identify the request data responsible and verify that the sent WhatsApp file message has the expected name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100