We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
May 24, 2021 7:04 AM
Solved! Go to Solution.
Sep 17, 2021 1:34 PM
Hi, @KMALHOTRA and @GrantW.
I was able to reproduce similar behavior with my own app:
Whenever the app's settings page is loaded, the Accounting Extension appears to send a test request to your searchCustomerUrl
with a body like this:
{
"metadata": {
"callbackUrlPath": "https://api.hubapi.com/crm/v3/extensions/accounting/callback/customer-search/",
"requestId": "12345678-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"callbackUrl": "https://api.hubapi.com/crm/v3/extensions/accounting/callback/customer-search/12345678-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"accountId": "XYZ",
"pageNumber": null,
"pageSize": null,
"searchRequests": [
{
"query": "connectiontest@hubspot.com",
"fieldTypes": [
"EMAIL"
]
}
]
}
Are your services consistently responding to these requests with callbacks containing the field "@result": "OK"
?
Isaac TakushiAssociate Certification Manager |
Sep 17, 2021 1:34 PM
Hi, @KMALHOTRA and @GrantW.
I was able to reproduce similar behavior with my own app:
Whenever the app's settings page is loaded, the Accounting Extension appears to send a test request to your searchCustomerUrl
with a body like this:
{
"metadata": {
"callbackUrlPath": "https://api.hubapi.com/crm/v3/extensions/accounting/callback/customer-search/",
"requestId": "12345678-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"callbackUrl": "https://api.hubapi.com/crm/v3/extensions/accounting/callback/customer-search/12345678-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"accountId": "XYZ",
"pageNumber": null,
"pageSize": null,
"searchRequests": [
{
"query": "connectiontest@hubspot.com",
"fieldTypes": [
"EMAIL"
]
}
]
}
Are your services consistently responding to these requests with callbacks containing the field "@result": "OK"
?
Isaac TakushiAssociate Certification Manager |
Jun 16, 2021 8:14 AM
Hi there,
Have you had any luck solving this? We are having the same issue.
Thanks.
May 25, 2021 9:15 AM
Hi @KMALHOTRA
Are you still working on this?
Do you get any errors in your app?
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
May 25, 2021 10:22 AM
Thanks @dennisedson for replying
Yes I'm still stuck here. Can you please help me to move forward.
Currently I don't know how to make the app show connected so that I can test the webhooks from accounting extension.
Thanks
Kaushal
May 26, 2021 9:10 AM
@zaklein , @lynton have either of you dipped your toes into exploring this new endpoint?
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |