nexmo-community / heroku-buildpack-voice

A Heroku Buildpac to Automatically setup a nexmo voice app
2 stars 3 forks source link

No way to use Nexmo Number? #8

Open tbedford opened 5 years ago

tbedford commented 5 years ago

Is there a way to use the generated Nexmo Number?

Ideally, the buildpack would somehow set the NEXMO_NUMBER environment variable if possible, so that the user can pick this up in their app e.g. nexmo_number = os.environ['NEXMO_NUMBER'].