Connecting to the Enveloop API
Send messages on Enveloop by connecting directly via HTTPS
Connecting
You can connect directly over HTTPS or by using one of the provided SDKs
Connecting via HTTPS
Endpoint
You can send messages directly over HTTPS by sending a request to any of the Api Endpoints:
(ex: POSThttps://api.enveloop.com/messages
)
Authentication
You will need to pass your Api Token as an Authorization header prefixed with token
.
Authorization: token <API Token>
cURL example
The above cURL example uses a Sandbox token. Sandbox tokens, used with cURL commands in Enveloop, are an easy way to test your message structure and style. You can view Sandbox messages in the Message Log area of the project.
JS fetch example
Last updated