Skip to main content
WEBHOOK
onLocationCreated
{
  "location": {
    "address": {
      "country": "<string>",
      "postalCode": "<string>",
      "city": "<string>",
      "state": "<string>",
      "addressTwo": "<string>",
      "addressOne": "<string>"
    },
    "externalIds": [
      {
        "type": "CUSTOM",
        "value": "<string>"
      }
    ],
    "id": "<string>",
    "name": "<string>",
    "contacts": [
      {
        "id": "<string>",
        "name": "<string>",
        "phone": "<string>",
        "email": "<string>",
        "role": "<string>"
      }
    ],
    "hours": {}
  },
  "event": "location.created"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vooma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Body

application/json
location
object
required
event
enum<string>
required
Available options:
location.created

Response

OK