Skip to main content

Offline Messages

Our offline message webhook can notify customers when a new offline message has been submitted. We make the POST request to your endpoint URL within a couple of minutes of the message being received.

Sample Request
{
"name": "Joe Bloggs",
"email": "[email protected]",
"phone": "07777222222",
"message": "Please contact me",
"datetime": "2024-02-29 13:30:30",
"installation_identifier": "install_a",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"
}