问题描述
我想通过增加会议人数来更新会议.目前,在与会者进行RSVP时,我看不到任何输入回调URL的地方.
I would like to update a meeting as more people RSVP for the meeting. Currently I do not see any place to enter a callback URL for when attendees RSVP.
谢谢.
推荐答案
很好的建议!Eventbrite当前不允许配置回调URL或Web挂钩,从而暴露了这种类型的活动.
Great suggestion!Eventbrite does not currently allow a callback url or web hook to be configured, exposing this type of activity.
但是,您可以通过在事件的订单确认页面上放置一个跟踪像素(或一些类似的网络资产)来构建这种通知系统.
However, you might be able to build this kind of notification system by placing a tracking pixel (or some similar web asset) on the event's order confirmation page.
如果您可以从请求中检测到HTTP引荐来源网址信息,则可以将其用于检测event_id和order_id(它们嵌入在订单确认页面的url路径中).让我知道是否可行-@RyanJ
If you can detect the HTTP referrer information from the request, it could probably be used to detect the event_id and order_id (which are embedded in the order confirmation page's url path).Let me know if that works - @RyanJ
这篇关于eventbrite api中有可用的回调吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!