-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
prodatakey
URLs
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
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
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Activity
sergio-eliot-rodriguez commentedon Jun 10, 2025
App developer provided access
[Components] prodatakey #16916
sergio-eliot-rodriguez commentedon Jun 25, 2025
This is blocked because the Id_token returned by the oauth 2.0 client credentials flow expires too soon.
the oauth 2.0 authorization code flow could be implemented as well, but we'd need further help from ProdataKey for the authorization step fails.