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.
Create Row on TimeTonic
Description:Create a new row within an existing table in TimeTonic. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-createOrUpdateTableRow)
Version:0.0.3
Key:timetonic-create-row
import common from "../common/create-update-row.mjs";
export default {
...common,
key: "timetonic-create-row",
name: "Create Row",
description: "Create a new row within an existing table in TimeTonic. [See the documentation](https://timetonic.com/live/apidoc/#api-Smart_table_operations-createOrUpdateTableRow)",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
};
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 |
|---|
| TimeTonic | timetonic | app | This component uses the TimeTonic app. |
| Book Code | bookCode | string | Select a value from the drop down menu. |
| Table ID | tableId | string | Select a value from the drop down menu. |
TimeTonic uses API keys for authentication. When you connect your TimeTonic account, Pipedream securely stores the keys so you can easily authenticate to TimeTonic APIs in both code and no-code steps.
Unlock the full potential of your business with TimeTonic's powerful NoCode platform. Centralize information, custom create collaborative business apps and automate workflows to seamlessly connect your data, teams and processes for improved efficiency and productivity.