我正在尝试使用 Zapier 使用来自 GoCardless 的付款信息更新 Google 表格。不过,我在收到的事件 webhook 中看不到任何可用于将付款与客户匹配的内容。
events:
1:
id: EVTExxx8B
created_at: 2021-03-29T21:57:38.658Z
resource_type: payments
action: confirmed
links:
payment: indxxx23
details
origin: gocardless
cause: payment_confirmed
bank_account_id: BA00xxx9N
description: Enough time has passed since the payment was submitted for the banks to
return an error, so this payment is now confirmed.
metadata:
meta:
webhook_id: WB00xxxQTY
querystring:
我认为我需要通过 API 将这些 ID 之一与客户列表进行匹配,但我对如何使用 Zapier 执行此操作有点困惑。我在文档中找不到任何帮助(至少我理解)。有没有人设法实现类似的东西?非常感谢。