AsyncAPI channel · Alto (Vebra / Zoopla) · Alto Webhooks

/

A single partner endpoint receives every subscribed event type. Alto sends one HTTP POST per notification with Content-Type application/json. The partner routes on the CloudEvents `type` field and, where one endpoint serves several integrations, on data.integrationId.

Provider: Alto (Vebra / Zoopla) AsyncAPI: v3.0.0 Spec: Alto Webhooks Operations: 1 Messages: 26

Channel address

/

Operations

receive
receiveAltoNotification
Alto POSTs a CloudEvents 1.0 notification to the partner endpoint.

Messages

Contact.Created
A contact is created
Content-Type: application/json
Contact.Modified
A contact is modified
Content-Type: application/json
Property.Created
A property is created
Content-Type: application/json
Property.Modified
A property is modified
Content-Type: application/json
Property.MarketingInformationSent
Marketing information is sent for a property
Content-Type: application/json
Branch.Modified
A branch is modified
Content-Type: application/json
Appointment.Created
An appointment is created
Content-Type: application/json
Appointment.Modified
An appointment is modified
Content-Type: application/json
Tenancy.Created
A tenancy is created
Content-Type: application/json
Tenancy.Modified
A tenancy is modified
Content-Type: application/json
Tenancy.ReferencingPassed
A tenancy passes referencing
Content-Type: application/json
Tenancy.Renewed
A tenancy is renewed
Content-Type: application/json
Tenancy.Vacated
A tenancy is vacated
Content-Type: application/json
Offer.Created
An offer is created
Content-Type: application/json
Offer.Modified
An offer is modified
Content-Type: application/json
Offer.Accepted
An offer is accepted
Content-Type: application/json
Offer.Withdrawn
An offer is withdrawn
Content-Type: application/json
SalesProgression.Exchanged
A sale reaches exchange
Content-Type: application/json
SalesProgression.Milestone.Completed
A sales progression milestone is completed
Content-Type: application/json
Lead.Received
A lead is received
Content-Type: application/json
Lead.Accepted
A lead is accepted
Content-Type: application/json
Lead.Modified
A lead is modified
Content-Type: application/json
Integration.Enabled
Your integration is enabled for a group
Content-Type: application/json
Integration.Disabled
Your integration is disabled for a group
Content-Type: application/json
Integration.Activated
Your integration is activated for a branch
Content-Type: application/json
Integration.Deactivated
Your integration is deactivated for a branch
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.