CRM platform for increased sales in eCommerce, customer service, newsletters and chatbots.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
simla_com: {
type: "app",
app: "simla_com",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.simla_com.$auth.subdomain}.simla.com/api/${this.simla_com.$auth.version}/users`,
headers: {
"X-API-KEY": `${this.simla_com.$auth.api_key}`,
},
})
},
})
Emit new event when a new customer is created. See the documentation.
Emit new event when a customer is updated. See the documentation.
Creates a new order with customer and order details. See the documentation.
Simla.com uses API keys for authentication. When you connect your Simla.com account, Pipedream securely stores the keys so you can easily authenticate to Simla.com APIs in both code and no-code steps.