This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Contact Created on Clientary
Description:Emit new events when a new contact was created. [See the docs](https://www.clientary.com/api/contacts)
Version:0.0.1
Key:clientary-new-contact-created
import { defineSource } from "@pipedream/types";
import common from "../common/common.mjs";
export default defineSource({
...common,
key: "clientary-new-contact-created",
name: "New Contact Created",
description: "Emit new events when a new contact was created. [See the docs](https://www.clientary.com/api/contacts)",
version: "0.0.1",
type: "source",
dedupe: "unique",
methods: {
...common.methods,
getConfig() {
return {
resourceFnName: "getContacts",
resourceName: "contacts",
hasPaging: true,
};
},
// eslint-disable-next-line @typescript-eslint/no-explicit-any
getSummary(item) {
return `New contact ${item.name} ID(${item.id})`;
},
},
});
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| Clientary | app | app | This component uses the Clientary app. |
timer | $.interface.timer |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
Clientary uses API keys for authentication. When you connect your Clientary account, Pipedream securely stores the keys so you can easily authenticate to Clientary APIs in both code and no-code steps.
To connect your Clientary account with Pipedream,
- Find your Clientary domain and paste it below. If the full URL is
https://mygreatcompany.clientary.com, your domain is mygreatcompany.
- Go to your user profile page in Clientary. You can find this on the upper right corner after logging in.
- Click to "Generate API Token" to generate a unique token. Copy and paste that token below.
A full-suite platform to manage Clients, Invoices, Projects, Proposals, Estimates, Hours, Payments, Contractors and Staff. The perfect solution to win clients and save time.