コンテンツにスキップ

Webhookイベントカタログ

このページでは、Winkで購読可能なすべてのWebhookイベントを一覧表示しています。設定手順については、Webhook統合ガイド または Webhook管理ページ をご覧ください。

  1. ポータルの Applications > Webhooks に移動します。
  2. Webhookを作成し、受信したいイベントを選択します。すべてのイベントを受信したい場合はリストを空のままにしてください。
  3. イベントが発生するたびに、Winkは署名付きのHTTP POSTをあなたのエンドポイントに送信します。エンベロープ、ヘッダー、署名検証、リトライについては Webhook統合 を参照してください。

この表はビルド時にプラットフォームのイベントカタログから生成されるため、常にAPIと一致しています。配信済みとマークされたイベントタイプは、Webhooks API のリファレンスページにリンクしており、正確なJSONボディ(イベント固有の object を含む WebhookEnvelope)、Wink-* ヘッダー、リトライポリシーが記載されています。配信されていないイベントタイプは内部的に存在します(支払い、元帳、チャネルマネージャー同期など)が、現在Webhook購読者には送信されていません。

Recipients はイベントを受け取る対象を示します:SUPPLIER(ホテル)、AFFILIATE(ホテルへの有効な販売チャネルを持つリセラー)、AGENT(予約を行った旅行代理店)、または SELF(イベントの対象となる管理主体)。すべての受信者は同じペイロード形式を受け取ります。役割固有の詳細はペイロードの links.self URLの先にあります。

account.*

イベント説明配信済み受信者
account.details.updatedThe account's details changed.未配信
account.managers.updateThe account's manager list changed.✓ 配信済みSELF
account.task.completeAn onboarding task was completed.未配信
account.task.createAn onboarding task was created for the account.未配信
account.task.removeAn onboarding task was removed.未配信
account.task.tax_id.completeThe tax-id onboarding task was completed.未配信
account.task.updateAn onboarding task was updated.未配信
account.under_reviewThe account was placed under review.未配信

activity.*

イベント説明配信済み受信者
activity.createdAn activity was created.✓ 配信済みAFFILIATE, SUPPLIER
activity.deletedAn activity was deleted.✓ 配信済みAFFILIATE, SUPPLIER
activity.updatedAn activity was updated.✓ 配信済みAFFILIATE, SUPPLIER

add_on.*

イベント説明配信済み受信者
add_on.createdAn add-on was created.✓ 配信済みAFFILIATE, SUPPLIER
add_on.deletedAn add-on was deleted.✓ 配信済みAFFILIATE, SUPPLIER
add_on.updatedAn add-on was updated.✓ 配信済みAFFILIATE, SUPPLIER

booking.*

イベント説明配信済み受信者
booking.cancelledA booking was cancelled.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.createA booking was created (confirmed).✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.failedA booking attempt failed.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.funds.availableFunds for a booking became available for payout.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.funds.ledgeredFunds for a booking were added to the ledger.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.initialize.completeA booking initialisation completed.未配信
booking.initialize.requestA booking initialisation (checkout) was requested.未配信
booking.payout.completeA payout for a booking completed.未配信
booking.payout.createA payout for a booking was created.未配信
booking.processingA booking is being processed.未配信
booking.refund.errorA booking was refunded because of a processing error.未配信
booking.refund.fullA booking was fully refunded.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.refund.partialA booking was partially refunded.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.refund.requestA refund was requested for a booking.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.review.createdA guest submitted a review for a booking.✓ 配信済みSUPPLIER
booking.review.respondedThe hotel responded to a guest review.✓ 配信済みAFFILIATE, AGENT, SUPPLIER
booking.sync.failedA booking-to-channel-manager synchronisation failed.未配信
booking.sync.runA booking-to-channel-manager synchronisation run started.未配信

channel-manager.*

イベント説明配信済み受信者
channel-manager.updateA channel manager pushed an update.未配信
channel-manager.update.availabilityA channel manager pushed an availability update.未配信
channel-manager.update.rateA channel manager pushed a rate update.未配信

email.*

イベント説明配信済み受信者
email.correspondenceAn email correspondence was recorded.未配信

internal.*

イベント説明配信済み受信者
internal.payment.failedA payment failed (internal).未配信
internal.payment.processingA payment is processing (internal).未配信
internal.payment.succeededA payment succeeded (internal).未配信

ledger.*

イベント説明配信済み受信者
ledger.entry.createA ledger entry was created.未配信

managing_entity.*

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

master_rate.*

イベント説明配信済み受信者
master_rate.createdA master rate was created.✓ 配信済みAFFILIATE, SUPPLIER
master_rate.deletedA master rate was deleted.✓ 配信済みAFFILIATE, SUPPLIER
master_rate.updatedA master rate was updated.✓ 配信済みAFFILIATE, SUPPLIER

meeting_room.*

イベント説明配信済み受信者
meeting_room.createdA meeting room was created.✓ 配信済みAFFILIATE, SUPPLIER
meeting_room.deletedA meeting room was deleted.✓ 配信済みAFFILIATE, SUPPLIER
meeting_room.updatedA meeting room was updated.✓ 配信済みAFFILIATE, SUPPLIER

payee.*

イベント説明配信済み受信者
payee.createA payee was created.未配信
payee.create.failureCreating a payee failed.未配信
payee.updateA payee was updated.未配信
payee.update.failureUpdating a payee failed.未配信

perk.*

イベント説明配信済み受信者
perk.deletedA perk was deleted.未配信
perk.updatedA perk was updated.未配信

property.*

イベント説明配信済み受信者
property.address.updatedA property's address changed.✓ 配信済みAFFILIATE, SUPPLIER
property.createdA property (hotel) was created.✓ 配信済みAFFILIATE, SUPPLIER
property.deletedA property was deleted.✓ 配信済みAFFILIATE, SUPPLIER
property.geolocation.updatedA property's geolocation changed.✓ 配信済みAFFILIATE, SUPPLIER
property.name.updatedA property's name changed.✓ 配信済みAFFILIATE, SUPPLIER
property.policy.createdA property policy was created.✓ 配信済みAFFILIATE, SUPPLIER
property.policy.updatedA property policy changed.✓ 配信済みAFFILIATE, SUPPLIER
property.profile.updatedA property's profile changed.✓ 配信済みAFFILIATE, SUPPLIER
property.registeredA property completed registration.✓ 配信済みAFFILIATE, SUPPLIER
property.services.updatedA property's services/amenities changed.✓ 配信済みAFFILIATE, SUPPLIER
property.status.updatedA property's platform status changed.✓ 配信済みAFFILIATE, SUPPLIER
property.updatedA property was updated.未配信
property.welcome_text.updatedA property's welcome text changed.✓ 配信済みAFFILIATE, SUPPLIER

rate_modifier.*

イベント説明配信済み受信者
rate_modifier.updatedA rate modifier was updated.未配信

rate_plan.*

イベント説明配信済み受信者
rate_plan.createdA rate plan was created.✓ 配信済みAFFILIATE, SUPPLIER
rate_plan.deletedA rate plan was deleted.✓ 配信済みAFFILIATE, SUPPLIER
rate_plan.updatedA rate plan was updated.✓ 配信済みAFFILIATE, SUPPLIER

restaurant.*

イベント説明配信済み受信者
restaurant.createdA restaurant was created.✓ 配信済みAFFILIATE, SUPPLIER
restaurant.deletedA restaurant was deleted.✓ 配信済みAFFILIATE, SUPPLIER
restaurant.updatedA restaurant was updated.✓ 配信済みAFFILIATE, SUPPLIER

room_type.*

イベント説明配信済み受信者
room_type.createdA room type was created.✓ 配信済みAFFILIATE, SUPPLIER
room_type.deletedA room type was deleted.✓ 配信済みAFFILIATE, SUPPLIER
room_type.updatedA room type was updated.✓ 配信済みAFFILIATE, SUPPLIER

sales_channel.*

イベント説明配信済み受信者
sales_channel.createdA sales-channel relationship (supplier ↔ reseller) was created.✓ 配信済みAFFILIATE, SUPPLIER
sales_channel.deletedA sales-channel relationship was deleted.✓ 配信済みAFFILIATE, SUPPLIER
sales_channel.updatedA sales-channel relationship was updated.✓ 配信済みAFFILIATE, SUPPLIER

spa.*

イベント説明配信済み受信者
spa.createdA spa was created.✓ 配信済みAFFILIATE, SUPPLIER
spa.deletedA spa was deleted.✓ 配信済みAFFILIATE, SUPPLIER
spa.updatedA spa was updated.✓ 配信済みAFFILIATE, SUPPLIER

special_rate.*

イベント説明配信済み受信者
special_rate.createdA promotion (special rate) was created.✓ 配信済みAFFILIATE, SUPPLIER
special_rate.deletedA promotion was deleted.✓ 配信済みAFFILIATE, SUPPLIER
special_rate.updatedA promotion was updated.✓ 配信済みAFFILIATE, SUPPLIER