I received this error when creating feeback submission.
URL [POST]
https://api.hubapi.com/crm/v3/objects/feedback_submissions'
Properties :
{ 'hs_agent_email': 'email@gmail.com', 'budget': '14', 'departingfrom_countrycode': 'US', 'duration_max': '18', 'hs_survey_id': 80, 'hs_submission_timestamp': timestamp, (its variable) 'hs_survey_type': 'CUSTOM', 'hs_survey_channel': 'SHAREABLE_LINK'}
and receiving this error
{'category': 'VALIDATION_ERROR', 'correlationId': 'afd18e92-6985-4200-9ff7-db26fb029e2b', 'message': 'Object type FEEDBACK_SUBMISSION is not supported by this ' 'endpoint, supported object types [CONTACT, COMPANY, DEAL, TICKET, ' 'PRODUCT, LINE_ITEM, NOTE, MEETING_EVENT, CALL, EMAIL, TASK, ' 'QUOTE, TAX, DISCOUNT, FEE, POSTAL_MAIL, COMMUNICATION, ORDER, ' 'CART].', 'status': 'error'}
Hey, @LTikaradze
Did you get this worked out? If not, do you get the same error when making a simple request from the documentation page > endpoints tab? — Feedback submissions API
Thanks! — Jaycee
Hey Jaycee,
Thank you for your response.
Yes, still i have issue. (also waiting for support response)
I send [GET] request to this endpoint end I get a correct response (list of Feedback submissions)
https://api.hubapi.com/crm/v3/objects/feedback_submissions
We are getting the same error. After spending a lot of time trying to get it to work I realized that on the Overview section it says “Please note: the feedback submissions endpoints are currently read only. Feedback submissions cannot be submitted or edited through the API.” So I presume that particular endpoint its not supposed to work yet.
Hi Product Team ,
When this feature would be available ? Our development is blocked because of this ? Is there a way we can access the Beta version ?