I've seen a couple of posts on this but not a true solution. I am hoping that Hubspot has a native way of handling this vs a custom interface or Zapier integration.
I received the "ANGI Leads NEW JSON Lead Feed" document which very awkwardly explains their request for a testing and production end point URL. Then gives the list of properties they will be sending, and two sample JSON submissions.
So...
1) I'm fairly certain Hubspot doesn't provide open Endpoint URLs anymore and even here, there's no documentation for authenticating the submissions.
2) It seems like I would need a process (workflow ??) to parse the JSON data into it's properties.
If something like Zapier were the better option, anyone know how to set up Endpoint URLs that aren't a connected app as ANGIs doesn't have an available plugin?
I'm hoping there's a resolution on and the community can benefit here.
You are correct about there not being open endpoints. You can use Webhooks with HubSpot workflows (Operations Hub Professional, Enterprise) to use GET or POST requests. Or you'll need either a 3rd party app or some form of middleware set up to process the requests and send that info along to HubSpot securely. If Zapier seems like a better fit, you might explore setting up custom endpoint URLs through it.
You are correct about there not being open endpoints. You can use Webhooks with HubSpot workflows (Operations Hub Professional, Enterprise) to use GET or POST requests. Or you'll need either a 3rd party app or some form of middleware set up to process the requests and send that info along to HubSpot securely. If Zapier seems like a better fit, you might explore setting up custom endpoint URLs through it.