APIs & Integrations

prakharjindal28
Member

Integrating Instamojo with Hubspot contact properties

Hi,

 

Instamojo is my payment gateway. I need to get the data of successful and failed payments from instamojo to contact properties. I just need to update three properties. The amount received, customer type (Paid or free) and the transaction made (successful or failed). I know how to receive the data using REST in the hubspot account but i unable to understand a way to send data from my payment gateway. They have open API and they provided me this documentation but i am unable to understand the steps to follow to send the data to hubspot. https://support.instamojo.com/hc/en-us/articles/208485745-Webhook-URL-in-PHP-Python

https://support.instamojo.com/hc/en-us/articles/208485755-Webhook-URL

 

Please help me out.

0 Upvotes
6 Replies 6
WendyGoh
HubSpot Employee
HubSpot Employee

Integrating Instamojo with Hubspot contact properties

Hey @prakharjindal28,

 

Just to clarify, are you facing issue getting data from Instamojo so that you can use HubSpot API to update contact properties?

 

If so, while I'm not familiar with Instamojo API, it looks like the data will be sent through Webhook. In this case, you may have to clarify with Instamojo on how the Webhook will be trigger i.e. payment received. Once your team gathered more information on how the Webhook works, you team will need a Webhook request url to handle the Webhook requests and from there you can grab the data and use HubSpot Update Contact API.

0 Upvotes
prakharjindal28
Member

Integrating Instamojo with Hubspot contact properties

Hi,

 

I talked to instamojo. They told me to ask Webhook URL form your side so that i can push data from Instamojo to hubspot. All the payments coming from Instamojo will reach to hubspot only if you can provide me Webhook URL. I looked around to find the webhook URL but it was not available so i read this on web: https://community.hubspot.com/t5/APIs-Integrations/Webhook-URL-to-create-contacts-from-Google-Ads-le.... I read a reply from your team that you don't provide webhook URL to receive the data. I can create an external data to push my instamojo payments using webhook and receive it using API to hubspot after that. Is this the only way or do we have any other way out?

 

0 Upvotes
WendyGoh
HubSpot Employee
HubSpot Employee

Integrating Instamojo with Hubspot contact properties

Hey @prakharjindal28,

 

Spot on! Currently, HubSpot doesn't support a Webhook URL to receive data. We do however have:

1. Webhook Subscriptions and

2. The ability to use webhooks in HubSpot workflow 

 

That said, both the feature above doesn't fit your use case. 

 

The workaround you shared is probably the best way around your use case. If you'd like to update the payment on a HubSpot deal, you can check out the CRM API | Deals.

0 Upvotes
prakharjindal28
Member

Integrating Instamojo with Hubspot contact properties

Hi,

 

I am pushing the data from instamojo using webhook to google sheets. Can you help me to get data from google sheet using API. i am not from technical background so it is really difficult for me to do.

0 Upvotes
WendyGoh
HubSpot Employee
HubSpot Employee

Integrating Instamojo with Hubspot contact properties

Hey @prakharjindal28,

 

When looking to integrate Google sheets to HubSpot, I do have a couple of non technical suggestions that I'd love to share with you:

 

1. Download your Google Sheet as a .csv file and import the csv file to upload objects (i.e. Contacts) in HubSpot. For this, you may want to check this documentation out: Import contacts, companies, deals, tickets, products, or notes.

 

2. Alternatively, you could use a third-party tool - Zapier to integrate HubSpot with Google Sheets. Explore it here: https://zapier.com/zapbook/google-sheets/hubspot/.

0 Upvotes
prakharjindal28
Member

Integrating Instamojo with Hubspot contact properties

0 Upvotes