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.
Shipment Reviewed (Instant) on Trunkrs
Description:Emit new event when a shipment is reviewed. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/05ac4fa1b9ade-create-webhook-subscription)
Version:0.0.1
Key:trunkrs-shipment-reviewed
import common from "../common/base-webhook.mjs";
import sampleEmit from "./test-event.mjs";
export default {
...common,
key: "trunkrs-shipment-reviewed",
name: "Shipment Reviewed (Instant)",
description: "Emit new event when a shipment is reviewed. [See the documentation](https://docs.trunkrs.nl/docs/v2-api-documentation/05ac4fa1b9ade-create-webhook-subscription)",
version: "0.0.1",
type: "source",
methods: {
...common.methods,
getEvent() {
return "onReview";
},
},
sampleEmit,
};
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 |
|---|
| Trunkrs | trunkrs | app | This component uses the Trunkrs app. |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
| N/A | http | $.interface.http | This component uses $.interface.http to generate a unique URL when the component is first instantiated. Each request to the URL will trigger the run() method of the component. |
Trunkrs uses API keys for authentication. When you connect your Trunkrs account, Pipedream securely stores the keys so you can easily authenticate to Trunkrs APIs in both code and no-code steps.
The specialist in Fresh & Frozen delivery