I created and installed an app and added subscription for contact creation/deletion. We want to call an internal API when the webhook is triggered on contact creation. The webhook triggers on contact creation, but the request body does not contain contact details like name, email etc. How can I get this information from hubspot as part of the webhook invocation.
Hey @surekhas,
Currently, it is not possible to add/remove properties on the Webhook payloads. You would need to call the CRM API | Contacts to retrieve contact details identified by contact ID.
One other workaround is to use the
Workflow Extensions in which it’s capable of sending POST requests that are more configurable. Check out this docutmentation for more details on workflow extensions.
Thanks @WendyGoh yeah i ended up making another GET request to the contacts with the vid.