Built by developers, for developers, Whispir is the place where you can easily build communications into your app – SMS, email, push, voice, chat, web, social networks and web pages.
Whispir APIs let developers:
The Whispir Templates API lets developers:
The Events Management API provides developers with the tools needed to manage the communications around events:
The Contacts Management API provides developers with the ability to manage the recipients of their messages:
https://api.<region>.whispir.com
Whispir regions:
AU - https://api.au.whispir.com AP - https://api.ap.whispir.com AP1 - https://api.ap1.whispir.com NZ - https://api.nz.whispir.com US - https://api.us.whispir.com IT - https://api.it.whispir.com EDU - https://api.education.whispir.com
Users must use an API Key and Authorization Header to access the Whispir API. These are available by signing up for a free 14-day trial
The following resource endpoints are accessible when using the Whispir API:
/messages /messages/:id/messagestatus /messages/:id/messageresponses /templates /responserules /contacts /contacts/:id/devices /distributionlists /scenarios /events /imports /resources /activities /users /customlists /callbacks /callbacks/:id/calls /workspaces /apps
Note: The /events endpoint is only available for users who have the Events module enabled.
{{codeStart}}
# Authorization and apikey are provided in the registration processes
curl -H "Authorization: Basic <YOUR AUTHORIZATION HEADER>" -H "x-api-key: <YOUR API KEY>"
https://api.<region>.whispir.com/messages
{{codeEnd}}
HTTP/1.1 200 OK
{{codeStart}}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:return xmlns:ns2="http://schemas.api.whispir.com/dap" xmlns:ns3="http://schemas.api.whispir.com">
<status>No records found</status>
</ns2:return>
{{codeEnd}}
https://api.<region>.whispir.com
Whispir regions:
AU - https://api.au.whispir.com AP - https://api.ap.whispir.com AP1 - https://api.ap1.whispir.com NZ - https://api.nz.whispir.com US - https://api.us.whispir.com IT - https://api.it.whispir.com EDU - https://api.education.whispir.com
Users must use an API Key and Authorization Header to access the Whispir API. These are available by signing up for a free 14-day trial
The following resource endpoints are accessible when using the Whispir API:
/messages /messages/:id/messagestatus /messages/:id/messageresponses /templates /responserules /contacts /contacts/:id/devices /distributionlists /scenarios /events /imports /resources /activities /users /customlists /callbacks /callbacks/:id/calls /workspaces /apps
Note: The /events endpoint is only available for users who have the Events module enabled.
{{codeStart}}
# Authorization and apikey are provided in the registration processes
curl -H "Authorization: Basic <YOUR AUTHORIZATION HEADER>" -H "x-api-key: <YOUR API KEY>"
https://api.<region>.whispir.com/messages
{{codeEnd}}
HTTP/1.1 200 OK
{{codeStart}}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:return xmlns:ns2="http://schemas.api.whispir.com/dap" xmlns:ns3="http://schemas.api.whispir.com">
<status>No records found</status>
</ns2:return>
{{codeEnd}}