TABLE OF CONTENTS
Live sms is able to able to send and receive data from other applications using the Live sms webhook.
Adding a webhook
- Login to Live sms at https://portal.livesms.com.au/auth/login using your registered username and password.
- Select 'Settings' from the main menu and then select 'Manage webhooks'.
- Select 'Add new webhook'
- Enter the Webhook URL, Event type, Authentication and Response type.
- Select 'Save'
Webhook parameters
Name field | Required | Comment |
Webhook URL | Yes | Callback URL |
Authentication | No | Authentication is attached in the header request callback. Type Authorization is Bearer Token Example: Bearer authentication_code |
Response Type | Yes | Two response types: JSON XML |
Event Type | Yes | message_pushed message_delivered unsubscribe message_received message_polling message_delivery_error |
Learn more about Live sms webhook event types
Editing a webhook
- Select 'Settings' from the main menu and then select 'Manage webhooks'
- Select the edit pencil for the webhook you wish to edit
- Edit the Webhook URL, Event type, Authentication and Response type
- Select 'Save'