Twilio Outgoing call via batchfile

Alpha

I would like to make outgoing calls via .bat file, so another program can just execute the batch file and there will be an outgoing call.

I've searched and I found this website: https://www.twilio.com/labs/bash

They explain how to make an outgoing call via .bat file, but it's not clear for me what to do with it.

Could someone explain this to me?

Devin Rader

Twilio evangelist here.

As far as I know there is not native way to make HTTP requests from a batch file in Windows, so you'll need to use a command line executable like wget or curl.

You can find an example of the curl command in our docs (select the JSON option)

Another option would be to use Powershell. You can find a nice Twilio powershell library on github.

Hope that helps.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can't receive NEW_OUTGOING_CALL

From Dev

Backbone/JS: looking to access the Twilio SMS API via an AJAX call

From Dev

Custom incoming/outgoing call screen in Android

From Dev

Twilio - Outgoing call - play DTMF tones

From Dev

Android App for Outgoing Call Number Detection is Crashing

From Dev

Twilio Ability to use same number for two simultaneous outgoing calls?

From Dev

How to prevent outgoing call in android with a service?

From Dev

Twilio Node.js Outgoing Caller IDs API

From Dev

Return info after Twilio client outgoing call

From Dev

How to get Outgoing call number with date and time?

From Dev

Replace outgoing call screen in objective C iOS

From Dev

Making a Twilio outgoing call, playing an mp3 menu, then listen/gather digits the receiver dials as response

From Dev

How to implement ringing in outgoing Android VOIP call

From Dev

How to forward outgoing call?

From Dev

Custom incoming/outgoing call screen in Android

From Dev

Getting SMS Twilio message sid as it is being created from an outgoing message

From Dev

Twilio Ability to use same number for two simultaneous outgoing calls?

From Dev

how to call all the files inside a folder using batchfile

From Dev

Call multiple numbers sequentially using twilio outgoing call

From Dev

Twilio outgoing call id

From Dev

Making a Twilio outgoing call, playing an mp3 menu, then listen/gather digits the receiver dials as response

From Dev

Tracking outgoing twilio sms messages for identify when replying

From Dev

Block outgoing DNS via iptables on a linux router

From Dev

Twilio PHP: How to get outgoing SMS message SID

From Dev

Add A New Outgoing Caller ID using REST API Twilio

From Dev

Not getting outgoing call number

From Dev

Twilio multiple agents one number for outgoing calls

From Dev

How can I give user choices and respond to them accordingly, in an outbound call via twilio?

From Dev

Amazon Connect Automated Outgoing Call

Related Related

  1. 1

    Can't receive NEW_OUTGOING_CALL

  2. 2

    Backbone/JS: looking to access the Twilio SMS API via an AJAX call

  3. 3

    Custom incoming/outgoing call screen in Android

  4. 4

    Twilio - Outgoing call - play DTMF tones

  5. 5

    Android App for Outgoing Call Number Detection is Crashing

  6. 6

    Twilio Ability to use same number for two simultaneous outgoing calls?

  7. 7

    How to prevent outgoing call in android with a service?

  8. 8

    Twilio Node.js Outgoing Caller IDs API

  9. 9

    Return info after Twilio client outgoing call

  10. 10

    How to get Outgoing call number with date and time?

  11. 11

    Replace outgoing call screen in objective C iOS

  12. 12

    Making a Twilio outgoing call, playing an mp3 menu, then listen/gather digits the receiver dials as response

  13. 13

    How to implement ringing in outgoing Android VOIP call

  14. 14

    How to forward outgoing call?

  15. 15

    Custom incoming/outgoing call screen in Android

  16. 16

    Getting SMS Twilio message sid as it is being created from an outgoing message

  17. 17

    Twilio Ability to use same number for two simultaneous outgoing calls?

  18. 18

    how to call all the files inside a folder using batchfile

  19. 19

    Call multiple numbers sequentially using twilio outgoing call

  20. 20

    Twilio outgoing call id

  21. 21

    Making a Twilio outgoing call, playing an mp3 menu, then listen/gather digits the receiver dials as response

  22. 22

    Tracking outgoing twilio sms messages for identify when replying

  23. 23

    Block outgoing DNS via iptables on a linux router

  24. 24

    Twilio PHP: How to get outgoing SMS message SID

  25. 25

    Add A New Outgoing Caller ID using REST API Twilio

  26. 26

    Not getting outgoing call number

  27. 27

    Twilio multiple agents one number for outgoing calls

  28. 28

    How can I give user choices and respond to them accordingly, in an outbound call via twilio?

  29. 29

    Amazon Connect Automated Outgoing Call

HotTag

Archive