I need to migrate data from hubspot to AWS database. All other objects data has migrated using AWS tool, I am only left with Marketing event object as it is not supported by AWS tool. So, I am trying to get this done using python.
I am trying to fetch data from hubspot 'Marketing Event' object but I am unable to do so. I have checked documentation also but it is not working. Can you please share some idea or code for this?
Hi, @MSingh01👋 Welcome to our community! Thanks for your question. I think we need a bit more detail, so our community can try to help you out.
Questions:
Does it work if you test the end point using Postman?
Does it work when you test from the documentation on the endpoints tab?
If no, what is the error being returned?
If yes, can you share the relevant portion of your code example?
Lastly, when you say, “have checked documentation as well, but it is not working” can you clarify? Do you mean the example on the endpoints tab isn't working? Or that the documentation isn't addressing your issue?
Thanks! — Jaycee
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !
I have tried 2 marketing event endpoints which is "Search for marketing events" and "Get a marketing event" in POSTMAN as well as in documentation's endpoints tab. In both endpoints, there are query parameters and I don't know where to find values for that parameters.
I will provide you all the requirements in details:
I need to migrate/Integrate the data from hubspot to the AWS/Cloud database. I have migrated the rest objects using AWS tool but that tool doesn't provide support for 'Marketing Event' object. So, I am finding alternative way like 'To fetch the data using python and API'. Can you please provide some solution for this as I am unable to find that?
Also, Whats' the api to fetch all records from 'Marketing Event' object. Please provide your suggestion like how can I migrate/load all 'Marketing Event' object data into database?