PipedreamHQ / PipedreamHQ/pipedream

[Components] gatekeeper

Open
#13,317 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# gatekeeper
## URLs
## Webhook Sources
### new-contract-meta-status-instant
#### Prompt
Emits new event when a contract's 'meta' status changes (whether it is archived or goes live). Required props: contract id. Optional props: old status of contract.
### new-supplier-approval-status-instant
#### Prompt
Emit new event when a supplier's approval status changes (awaiting approval, request approval, approved, rejected). Required props: supplier id. Optional props: old approval status.
### new-contract-instant
#### Prompt
Emits new event when a new contract is created. Required props: contract details.
## Actions
### create-contract
#### Prompt
Creates a new contract with required props such as contract details, effective date, end date, and optional props like notes. It secures the contract information effectively.
### create-supplier
#### Prompt
Initiates a new supplier creation with necessary props like name, address, contact info, spending limit and optional props such as specific notes. It simplifies supplier management within Gatekeeper.
### retrieve-supplier-by-name
#### Prompt
Fetches a supplier's details based on their name. The only required prop is the name. This helps in quick lookup of supplier in the Gatekeeper system.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.