• Live group demo of Marketing Hub + Data Agent

    Standardize reporting, reduce manual work, and introduce AI without cleanup

    Join us on March 12
  • Marketing that's efficient and human? That's Loop Marketing.

    Explore HubSpot Academy's 39-video playlist and put it into practice.

    Start learning

コンタクトのプロパティをJavaScriptで変更したい

渡邉絆
参加者

コンタクトのプロパティの値をJavaScriptで変更したいと考えているのですが、

どのように実装すればよいのか分かりません。変更の仕方を知っている方がいれば

教えていただきたいです。よろしくお願いします。

0 いいね!
1件の承認済みベストアンサー
Keit
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

@渡邉絆 さま

HubSpotにはAPIがございますので、

CRM API経由でUpdateすると更新が可能です。

 

HubSpot API概要

https://developers.hubspot.jp/docs/api/overview

このAPIはNode.js、PHP、Ruby、Pythonで利用することができますので、

Javascriptを利用して更新することができます。

 

HubSpot CRM API

https://developers.hubspot.jp/docs/api/crm/contacts

 

以上、ご参考になれば幸いでございます。

元の投稿で解決策を見る

2件の返信 2
渡邉絆
参加者

@Keit 

 

回答して頂き、ありがとうございます。

無事にJavaScriptでプロパティを変更することができました。

Keit
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

@渡邉絆 さま

HubSpotにはAPIがございますので、

CRM API経由でUpdateすると更新が可能です。

 

HubSpot API概要

https://developers.hubspot.jp/docs/api/overview

このAPIはNode.js、PHP、Ruby、Pythonで利用することができますので、

Javascriptを利用して更新することができます。

 

HubSpot CRM API

https://developers.hubspot.jp/docs/api/crm/contacts

 

以上、ご参考になれば幸いでございます。