Ir al contenido

Catálogo de Eventos Webhook

Esta página lista todos los eventos webhook a los que puedes suscribirte en Wink. Para instrucciones de configuración, consulta la Guía de Integración Webhook o la página de gestión de Webhooks.

  1. Navega a Aplicaciones > Webhooks en tu portal.
  2. Crea un webhook y selecciona los eventos que quieres recibir — o deja la lista vacía para recibir todos los eventos.
  3. Wink envía un HTTP POST firmado a tu endpoint cada vez que ocurre el evento. Consulta Integración Webhook para ver el sobre, encabezados, verificación de firma y reintentos.

Esta tabla se genera a partir del catálogo de eventos de la plataforma en tiempo de compilación, por lo que siempre coincide con la API. Los tipos de eventos marcados como entregados enlazan a su página de referencia en la API de Webhooks, que documenta el cuerpo JSON exacto (WebhookEnvelope con un object específico del evento), los encabezados Wink-* y la política de reintentos. Los tipos de eventos que no se entregan existen internamente (pagos, libro mayor, sincronización de channel-manager, …) pero actualmente no se envían a los suscriptores webhook.

Destinatarios indica quién recibe un evento: SUPPLIER (el hotel), AFFILIATE (un revendedor con un canal de ventas activo hacia el hotel), AGENT (la agencia de viajes que realizó la reserva) o SELF (la entidad gestora sobre la que trata el evento). Cada destinatario recibe la misma forma de payload; el detalle específico por rol está detrás de la URL links.self del payload.

account.*

EventoDescripciónEntregadoDestinatarios
account.details.updatedThe account's details changed.no entregado
account.managers.updateThe account's manager list changed.✓ entregadoSELF
account.task.completeAn onboarding task was completed.no entregado
account.task.createAn onboarding task was created for the account.no entregado
account.task.removeAn onboarding task was removed.no entregado
account.task.tax_id.completeThe tax-id onboarding task was completed.no entregado
account.task.updateAn onboarding task was updated.no entregado
account.under_reviewThe account was placed under review.no entregado

activity.*

EventoDescripciónEntregadoDestinatarios
activity.createdAn activity was created.✓ entregadoAFFILIATE, SUPPLIER
activity.deletedAn activity was deleted.✓ entregadoAFFILIATE, SUPPLIER
activity.updatedAn activity was updated.✓ entregadoAFFILIATE, SUPPLIER

add_on.*

EventoDescripciónEntregadoDestinatarios
add_on.createdAn add-on was created.✓ entregadoAFFILIATE, SUPPLIER
add_on.deletedAn add-on was deleted.✓ entregadoAFFILIATE, SUPPLIER
add_on.updatedAn add-on was updated.✓ entregadoAFFILIATE, SUPPLIER

booking.*

EventoDescripciónEntregadoDestinatarios
booking.cancelledA booking was cancelled.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.createA booking was created (confirmed).✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.failedA booking attempt failed.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.funds.availableFunds for a booking became available for payout.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.funds.ledgeredFunds for a booking were added to the ledger.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.initialize.completeA booking initialisation completed.no entregado
booking.initialize.requestA booking initialisation (checkout) was requested.no entregado
booking.payout.completeA payout for a booking completed.no entregado
booking.payout.createA payout for a booking was created.no entregado
booking.processingA booking is being processed.no entregado
booking.refund.errorA booking was refunded because of a processing error.no entregado
booking.refund.fullA booking was fully refunded.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.refund.partialA booking was partially refunded.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.refund.requestA refund was requested for a booking.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.review.createdA guest submitted a review for a booking.✓ entregadoSUPPLIER
booking.review.respondedThe hotel responded to a guest review.✓ entregadoAFFILIATE, AGENT, SUPPLIER
booking.sync.failedA booking-to-channel-manager synchronisation failed.no entregado
booking.sync.runA booking-to-channel-manager synchronisation run started.no entregado

channel-manager.*

EventoDescripciónEntregadoDestinatarios
channel-manager.updateA channel manager pushed an update.no entregado
channel-manager.update.availabilityA channel manager pushed an availability update.no entregado
channel-manager.update.rateA channel manager pushed a rate update.no entregado

email.*

EventoDescripciónEntregadoDestinatarios
email.correspondenceAn email correspondence was recorded.no entregado

internal.*

EventoDescripciónEntregadoDestinatarios
internal.payment.failedA payment failed (internal).no entregado
internal.payment.processingA payment is processing (internal).no entregado
internal.payment.succeededA payment succeeded (internal).no entregado

ledger.*

EventoDescripciónEntregadoDestinatarios
ledger.entry.createA ledger entry was created.no entregado

managing_entity.*

EventoDescripciónEntregadoDestinatarios
managing_entity.account_representative.updatedThe account representative changed.no entregado
managing_entity.agent.email.notificationAn email notification was sent to the account's agent.no entregado
managing_entity.agent.updatedThe account's travel-agent details changed.no entregado
managing_entity.city.updatedThe account's address or city changed.✓ entregadoSELF
managing_entity.createdA managing entity (account) was created.✓ entregadoSELF
managing_entity.deletedThe account was deleted.✓ entregadoSELF
managing_entity.information.updatedThe account's general information changed.✓ entregadoSELF
managing_entity.logo.updatedThe account's logo changed.✓ entregadoSELF
managing_entity.managed_by.updatedThe entity managing this account on its behalf changed.✓ entregadoSELF
managing_entity.manager.acceptedAn invited manager accepted the invitation.no entregado
managing_entity.manager.addedA manager was added to the account.✓ entregadoSELF
managing_entity.manager.email.notificationAn email notification was sent to an account manager.no entregado
managing_entity.manager.invitedA manager was invited to the account.✓ entregadoSELF
managing_entity.manager.owner.setThe account owner was set.✓ entregadoSELF
managing_entity.manager.rejectedAn invited manager rejected the invitation.no entregado
managing_entity.manager.removedA manager was removed from the account.✓ entregadoSELF
managing_entity.name.updatedThe account's display name changed.no entregado
managing_entity.place_id.updatedThe account's Google Place ID changed.✓ entregadoSELF
managing_entity.profile_picture.updatedThe account's profile picture changed.✓ entregadoSELF
managing_entity.status.updatedThe account's platform status changed (e.g. approved, suspended).✓ entregadoSELF
managing_entity.subscription.changedThe account's platform subscription changed.no entregado
managing_entity.subscription.invoice.changedThe status of a subscription invoice changed.✓ entregadoSELF
managing_entity.subscription.provisionedA platform subscription was provisioned for the account.✓ entregadoSELF
managing_entity.unique_id.updatedThe account's short unique id changed.✓ entregadoSELF
managing_entity.url_name.updatedThe account's URL name (slug) changed.✓ entregadoSELF

master_rate.*

EventoDescripciónEntregadoDestinatarios
master_rate.createdA master rate was created.✓ entregadoAFFILIATE, SUPPLIER
master_rate.deletedA master rate was deleted.✓ entregadoAFFILIATE, SUPPLIER
master_rate.updatedA master rate was updated.✓ entregadoAFFILIATE, SUPPLIER

meeting_room.*

EventoDescripciónEntregadoDestinatarios
meeting_room.createdA meeting room was created.✓ entregadoAFFILIATE, SUPPLIER
meeting_room.deletedA meeting room was deleted.✓ entregadoAFFILIATE, SUPPLIER
meeting_room.updatedA meeting room was updated.✓ entregadoAFFILIATE, SUPPLIER

payee.*

EventoDescripciónEntregadoDestinatarios
payee.createA payee was created.no entregado
payee.create.failureCreating a payee failed.no entregado
payee.updateA payee was updated.no entregado
payee.update.failureUpdating a payee failed.no entregado

perk.*

EventoDescripciónEntregadoDestinatarios
perk.deletedA perk was deleted.no entregado
perk.updatedA perk was updated.no entregado

property.*

EventoDescripciónEntregadoDestinatarios
property.address.updatedA property's address changed.✓ entregadoAFFILIATE, SUPPLIER
property.createdA property (hotel) was created.✓ entregadoAFFILIATE, SUPPLIER
property.deletedA property was deleted.✓ entregadoAFFILIATE, SUPPLIER
property.geolocation.updatedA property's geolocation changed.✓ entregadoAFFILIATE, SUPPLIER
property.name.updatedA property's name changed.✓ entregadoAFFILIATE, SUPPLIER
property.policy.createdA property policy was created.✓ entregadoAFFILIATE, SUPPLIER
property.policy.updatedA property policy changed.✓ entregadoAFFILIATE, SUPPLIER
property.profile.updatedA property's profile changed.✓ entregadoAFFILIATE, SUPPLIER
property.registeredA property completed registration.✓ entregadoAFFILIATE, SUPPLIER
property.services.updatedA property's services/amenities changed.✓ entregadoAFFILIATE, SUPPLIER
property.status.updatedA property's platform status changed.✓ entregadoAFFILIATE, SUPPLIER
property.updatedA property was updated.no entregado
property.welcome_text.updatedA property's welcome text changed.✓ entregadoAFFILIATE, SUPPLIER

rate_modifier.*

EventoDescripciónEntregadoDestinatarios
rate_modifier.updatedA rate modifier was updated.no entregado

rate_plan.*

EventoDescripciónEntregadoDestinatarios
rate_plan.createdA rate plan was created.✓ entregadoAFFILIATE, SUPPLIER
rate_plan.deletedA rate plan was deleted.✓ entregadoAFFILIATE, SUPPLIER
rate_plan.updatedA rate plan was updated.✓ entregadoAFFILIATE, SUPPLIER

restaurant.*

EventoDescripciónEntregadoDestinatarios
restaurant.createdA restaurant was created.✓ entregadoAFFILIATE, SUPPLIER
restaurant.deletedA restaurant was deleted.✓ entregadoAFFILIATE, SUPPLIER
restaurant.updatedA restaurant was updated.✓ entregadoAFFILIATE, SUPPLIER

room_type.*

EventoDescripciónEntregadoDestinatarios
room_type.createdA room type was created.✓ entregadoAFFILIATE, SUPPLIER
room_type.deletedA room type was deleted.✓ entregadoAFFILIATE, SUPPLIER
room_type.updatedA room type was updated.✓ entregadoAFFILIATE, SUPPLIER

sales_channel.*

EventoDescripciónEntregadoDestinatarios
sales_channel.createdA sales-channel relationship (supplier ↔ reseller) was created.✓ entregadoAFFILIATE, SUPPLIER
sales_channel.deletedA sales-channel relationship was deleted.✓ entregadoAFFILIATE, SUPPLIER
sales_channel.updatedA sales-channel relationship was updated.✓ entregadoAFFILIATE, SUPPLIER

spa.*

EventoDescripciónEntregadoDestinatarios
spa.createdA spa was created.✓ entregadoAFFILIATE, SUPPLIER
spa.deletedA spa was deleted.✓ entregadoAFFILIATE, SUPPLIER
spa.updatedA spa was updated.✓ entregadoAFFILIATE, SUPPLIER

special_rate.*

EventoDescripciónEntregadoDestinatarios
special_rate.createdA promotion (special rate) was created.✓ entregadoAFFILIATE, SUPPLIER
special_rate.deletedA promotion was deleted.✓ entregadoAFFILIATE, SUPPLIER
special_rate.updatedA promotion was updated.✓ entregadoAFFILIATE, SUPPLIER