Connecting to the Enveloop API
Send messages on Enveloop by connecting directly via HTTPS
Last updated
Was this helpful?
Send messages on Enveloop by connecting directly via HTTPS
Last updated
Was this helpful?
You can connect directly over HTTPS or by using one of the provided
You can send messages directly over HTTPS by sending a request to any of the :
(ex: POSThttps://api.enveloop.com/messages
)
You will need to pass your Api Token as an Authorization header prefixed with token
.
Authorization: token <API Token>