Your file should look something like this
## This is the full name of your SignalWire Space. e.g.: example.signalwire.com
SIGNALWIRE_SPACE=
# Your Project ID - you can find it on the `API` page in your Dashboard.
SIGNALWIRE_PROJECT=
#Your API token - you can generate one on the `API` page in your Dashboard
SIGNALWIRE_TOKEN=
# The phone number you'll be using for this Snippets. Must include the `+1` , e.g.: +15551234567
SIGNALWIRE_NUMBER=
Lets get started!
For Python:
docker pull signalwire/snippets-queue-request-callback:python
(or build your own image)
docker build -t snippets-queue-request-callback .
docker run --publish 5000:5000 --env-file .env snippets-queue-request-callback
You can find more documentation on LaML, Relay, and all Signalwire APIs at:
Content type
Image
Digest
Size
344.1 MB
Last updated
over 6 years ago
docker pull signalwire/snippets-queue-request-callback:python