# HubSpot

The Xenioo On Demand Launch Web Hook can also be invoked by a standard [HubSpot contact event](https://developers.hubspot.com/docs/api/webhooks).

When invoked by HubSpot, the On Demand broadcast will transform the received payload into a single target filter and use the supplied data to create or update and existing conversation.

The following fields will be extracted automatically from the HubSpot payload model:

| HubSpot                    | Xenioo              |
| -------------------------- | ------------------- |
| vid                        | hubspot-vid         |
| portal-id                  | hubspot-portal-id   |
| properties.firstname.value | first\_name         |
| properties.lastname.value  | last\_name          |
| roperties.email.value      | user\_email         |
| properties.phone.value     | user\_phone\_number |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs10.xenioo.com/broadcast/scheduling/basic-settings/on-demand/hubspot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
