Can I send a message from visual basic ?

Hello, first at all, sorry about my English. My name is Ezequiel and I'm from Argentina and I'm trying to send messages to contacts that I have scheduled in an Access database.

There is a way to do it directly from Access or it would also be useful to do it from Visual Basic. Thank you.

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @ezequiel.mazzucchi

    You can find the Messenger Bot API Postman example which gives you a demonstration of how to access the API via HTTP REST requests in Messenger Bot API Download page.

    The page also contains a JavaScript/Node.js and Python example source code that shows how to use the BOT API REST and WebSocket connections which can be applied to any programming languages.

Answers