alexgarzao / zenvia-sdk-go

Zenvia CPaaS SDK for Go https://zenapi.zenvia.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zenvia SDK for Go

This SDK for Golang was created based on the Zenvia API.

How to test

  1. Clone this repo
  2. Define zenvia credentials and a number to send test messages:
export ZENVIA_USER="USER"
export ZENVIA_PASSWORD="PASSWORD"
export VALID_PHONE="PHONE_TO_SEND_TEST_MESSAGES"
  1. go test

About

Zenvia CPaaS SDK for Go https://zenapi.zenvia.com/

License:MIT License


Languages

Language:Go 100.0%