PipedreamHQ / PipedreamHQ/pipedream
[Components] prodatakey
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# prodatakey
## URLs
- https://developer.pdk.io/web/2.0/introduction
## Webhook Sources
### cloud-node-connected-instant
#### Prompt
Emit new event when a cloud node is connected to the ProdataKey system. Required props are organization id, name, url, scope, authentication_type. optional props are authentication_user, authentication_password and secret. event is cloudnode.connected
#### URLs
- https://developer.pdk.io/web/2.0/rest/webhooks#create-a-subscription
### new-event-instant
#### Prompt
Emit new event when an event is triggered. Required props are organization id, name, url, scope, authentication_type, events. optional props are authentication_user, authentication_password and secret. event is the event name.
#### URLs
- https://developer.pdk.io/web/2.0/rest/webhooks#create-a-subscription
## Actions
### create-customer
#### Prompt
Create a new customer in the ProdataKey system. Requires dealer_id, and name, and optionally useBluetoothCredentials, useTouchMobileApp, allowCredentialResets and type. dealer_id has async options.
#### URLs
- https://developer.pdk.io/web/2.0/rest/organizations#list-all-my-organizations
- https://developer.pdk.io/web/2.0/rest/organizations#create-a-customer
### retrieve-organization
#### Prompt
Retrieve an existing organization. Requires organization id. Organization id has async options.
#### URLs
- https://developer.pdk.io/web/2.0/rest/organizations#list-all-my-organizations
- https://developer.pdk.io/web/2.0/rest/organizations#retrieve-an-organization
### retrieve-credential
#### Prompt
Retrieve a specific credential. Requires system id, holder id and credential id. Credential Id has async options.
#### URLs
- https://developer.pdk.io/web/2.0/rest/credentials#list-all-credentials
- https://developer.pdk.io/web/2.0/rest/credentials#retrieve-a-credential
Contributor guide
Assessment
This issue has not been assessed yet.