Integrate Gup Shup in existing code.
Budget: ₹600 – ₹1,500 INR
Need a backend developer to implement below requirements in client's existing code base.
1. Feign clients
2. Request and the response interceptors
3. For opt in, only mobile number to be passed as param to the feign client's method
- gupshupClient.optIn("919999784665");
3. For sending sms, only mobile number and msg to be passed as param to the feign client's method
- gupshupClient.optIn("919999784665", "Hey there I am using whatsapp");
4. All other query params to be inserted via request interceptor
5. userid and password to be picked from yml file, they will be different for different environments.
6. For both the APIs we'll have response interceptors which will check if the 'id' given in 'response' corresponds to one of the error codes.
If they do, then we throw exception, else our flow continues.
1. Feign clients
2. Request and the response interceptors
3. For opt in, only mobile number to be passed as param to the feign client's method
- gupshupClient.optIn("919999784665");
3. For sending sms, only mobile number and msg to be passed as param to the feign client's method
- gupshupClient.optIn("919999784665", "Hey there I am using whatsapp");
4. All other query params to be inserted via request interceptor
5. userid and password to be picked from yml file, they will be different for different environments.
6. For both the APIs we'll have response interceptors which will check if the 'id' given in 'response' corresponds to one of the error codes.
If they do, then we throw exception, else our flow continues.