# Integrations

- [Overview](https://help.talkie.se/integrations/overview.md): How Talkie integrates with third-party apps
- [HTTP request](https://help.talkie.se/integrations/http-request.md): Performs an HTTP request with a third-party app's REST API endpoint.
- [Hubspot](https://help.talkie.se/integrations/hubspot.md): Action block allows integration between Talkie and Hubspot to create or record leads real time
- [Salesforce](https://help.talkie.se/integrations/salesforce.md): Create a lead object on Salesforce
- [Slack](https://help.talkie.se/integrations/slack.md): This integration enables you to send notifications and chat directly the visitors on your website or any other channel on which the chatbot is enabled, providing the ability to resolve all the queries
- [Live Chat for Slack](https://help.talkie.se/integrations/slack/live-chat-for-slack.md): Slack for Live Chat allows you to interact with your visitors directly through Slack, providing them instant resolution to their queries or questions related to product or service
- [Notification for Slack](https://help.talkie.se/integrations/slack/notification-for-slack.md): Being alert can always be very rewarding. This action block allows you to configure notifications on Slack whenever visitors initiates conversation with chatbot
- [Public APIs](https://help.talkie.se/integrations/public-apis.md): All of ZyndraIAs APIs use a Bearer token based authentictation.  Your account token can be found at Settings > Account Settings.


---

# 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://help.talkie.se/integrations.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.
