APIs & Integrations

furqan
Member

Zapier Webhooks + Hubdb Integration

I have a Zap that's using webhooks to add new rows to an existing table in hubdb in my account. The Zap sample api call with test data seems to be processed successfully with no issues but in my hubdb table i don't see any rows being added.

Here's my API call URL: https://api.hubapi.com/hubdb/api/v2/tables/1028112?hapikey=my-api-key

0 Upvotes
4 Replies 4
cbarley
HubSpot Alumni
HubSpot Alumni

Zapier Webhooks + Hubdb Integration

Hi @furqan, are you using this endpoint to add rows? If so, your URL should be

https://api.hubapi.com/hubdb/api/v2/tables/:table_id/rows?hapikey=demo

To add rows, you should be making a POST request to the URL in the doc I linked above.

0 Upvotes
mansigovani
Contributor

Zapier Webhooks + Hubdb Integration

@cbarley , I am trying to add a row in HubDB with Zapier and Webhooks. When I test, a row is created in HubDB but not data is inserted. Please see the attached image. Am I doing something wrong?

 

screenshot-zapier.com-2020.01 (1).png

jstringfellow
Participant | Diamond Partner
Participant | Diamond Partner

Zapier Webhooks + Hubdb Integration

I'm having the same problem as you  mansigovani. Did anyone find a solution here?

0 Upvotes
jstringfellow
Participant | Diamond Partner
Participant | Diamond Partner

Zapier Webhooks + Hubdb Integration

Figured this one out for anyone else having trouble. 

I used a "Custom Request" instead of a "POST" request, and set it up using guidance from this post.

0 Upvotes