APIs & Integrations

SBhavsar
Member

Custom Object's "objectType": "UNKNOWN" in webhook payload

Hello all, I have created a custom object and created a workflow so that whenever the object is updated, it will trigger the webhook and the payload will be received at the provided endpoint. But in the payload objectType is UNKNOWN. Like how when company is updated the payload will have objectType: "COMPANY".
Example: 

 

 

{
  "portalId": 123456,
  "objectType": "UNKNOWN",
  "objectTypeId": "1-123456",
  "objectId": 12345678,
  "properties": {}
}

 

 

Has anyone encountered this issue?

Is there a way to set this property? 

0 Upvotes
1 Reply 1
himanshurauthan
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Custom Object's "objectType": "UNKNOWN" in webhook payload

Hello @SBhavsar 

You may need to check the configuration of your custom object and ensure that it is properly registered and recognized by the system generating the payload. This could involve verifying the custom object's settings, permissions, and associations with other objects.

Thanks & Regards
Himanshu Rauthan

Digital Marketing & Inbound Expert In Growth Hacking Technology
0 Upvotes