Mobile Locker supports webhooks which are a way to send form submission data to a specified URL when a form submission occurs. Webhooks can be used in place of or as a supplement to our API.
Testing Webhooks
If you need to test your webhooks, we suggest using a service such as Request Bin.
We send the data through an HTTP POST request as a JSON string.