dongyiba8082 2017-12-27 17:36
浏览 259

使用第三方表单跟踪HubSpot登录页面的转换

My company has been using HubSpot for leads and registrations. We recently integrated HubSpot with Salesforce and the integration has caused issues due to HubSpot deduping. Many of our customers are employees of hotels who move around to different hotels or work for multiple hotels at the same time, so we have a lot of duplicate contacts spread through multiple Accounts. When a current customer submits a form which is designed to capture new Leads, HubSpot tries to dedupe the new submission and the submission ends going on to an existing Contact. This is confusing for our Sales team and is causing more work to decipher the form submission.

HubSpot won't let us create a type of Form which will always create a new Lead regardless of a Contact existing or not.

A possible solution is to replace the HubSpot form with an embedded a 3rd party form into our HubSpot landing page which will always create a Lead on submission. This part was easy except with the 3rd party form we lose the conversion data we would've had w/ a HubSpot Form.

I contacted HubSpot Support to get advice on how to have the 3rd party form (Formstack for Salesforce) send a call out to HubSpot API that a conversion occurred. All they did was send me a link to their Form API documentation and told me I'd have to create a backend server to make it work.

I'm familiar with coding, but I'm no web developer so I'm unsure exactly where to start. Can this be done with some php on the HS landing page? Can I utilize this API that was created by someone on GitHub?

Hoping someone can just get me going in the right direction. Thank you!

  • 写回答

1条回答

  • duannaikuang1301 2018-10-16 14:17
    关注

    The way I would do this is the other way around. I would create a workflow connected to a webhook in Hubspot that is triggered on any form submission, and then have the webhook point to a PHP (or any language) script that will analyze the submission and will create a new lead in a different system regardless.

    评论

报告相同问题?

悬赏问题

  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元