UNPKG

@pipedream/rhombus

Version:

Pipedream Rhombus Components

20 lines (18 loc) 525 B
import common from "../common/base-webhook.mjs"; import sampleEmit from "./test-event.mjs"; export default { ...common, key: "rhombus-new-rule-event-instant", name: "New Rule Event (Instant)", description: "Emit new event when a new rule event is created. [See the documentation](https://apidocs.rhombus.com/reference/subscribezapierwebhook)", version: "0.0.1", type: "source", dedupe: "unique", methods: { ...common.methods, getEventType() { return "RULE_EVENTS"; }, }, sampleEmit, };