How to insert batch contacts into Postman for ELFO A2P
Make sure your URL is: http://localhost:1337/api/lead-list/import
In post man I uploaded my 100 number .txt file
I was working on a project that used nodeJS, ReactJS, MySQL and MongoDB. This project wasn’t using docker. So I decided to implement it and dockerize everything into separate containers. The reason to do this is to set up a standardize developer environment for the team. Clearly running the project…