Quentn is the first marketing operating system, with a portal for complete customer communication.
Go to siteThe Quentn API offers a powerful platform to help you build custom applications and websites by using artificial intelligence (AI). The AI-based technology makes it easy to create automated processes and optimize customer engagement. With the Quentn API, you can develop applications that can automate customer support, provide personalized customer experiences, and create intelligent customer journeys. In addition, the Quentn API offers data analytics to help you measure and optimize the performance of your applications.
The following is a list of some examples of applications you can build using the Quentn API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
quentn: {
type: "app",
app: "quentn",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.quentn.$auth.system_id}.${this.quentn.$auth.server_id}.quentn.com/public/api/V1/terms`,
headers: {
Authorization: `Bearer ${this.quentn.$auth.api_key}`,
},
})
},
})
Emit new event when a campaign contact is sent. You should set up a webhook in the Quentn UI workflow builder to send a POST request to this source by drag and drop the API Send
element.
quentn uses API keys for authentication. When you connect your quentn account, Pipedream securely stores the keys so you can easily authenticate to quentn APIs in both code and no-code steps.
To get your API Key, navigate to the Settings menu (icon with the gear logo) in your quentn account, then go to the API Info menu and click on the green button that says "Create new key". Give the key a name (e.g. the name of the third-party provider) and save it.
On the same API Info page, within API base URL, you are able to get your System ID and Server ID. The API base URL has the following structure:https://{system_id}.{server_id}.quentn.com/public/api/V1/contact