PipedreamHQ/pipedream

[TRIGGER] Pipedream Data Store - New Key in Data Store, Updated key in Data Store

Open

#9408 aperta il 21 dic 2023

Vedi su GitHub
 (3 commenti) (1 reazione) (1 assegnatario)JavaScript (5305 fork)batch import
blockedenhancementgood first issuehelp wantedtriagedtrigger / source

Metriche repository

Star
 (7438 star)
Metriche merge PR
 (Merge medio 9g 7h) (131 PR mergiate in 30 g)

Descrizione

Describe the event source. What app is this for, and what event does the trigger correspond to? App: Pipedream Data Store

Triggers: I think this might need some development effort from the Pipedream internal team to develop subscription/webhook for datastore. Though, inittially it can be a polling source.

  • New Key in Data Store: emit event when there is a new key in a Data store. The event data should have key and value of the record in Data store
  • Updated key in Data Store: emit event when there the speicified key is updated in a Data store. The event data should have key, new value and old value of the record in Data store
  • Deleted Key in Data Store: emit event when a key deleted from a Data store. The event data should have key and value of the record in Data store

Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to. https://pipedream.com/docs/data-stores/

Context Requested by a Business customer here: https://pipedream-users.slack.com/archives/CN1BUB92B/p1703118948881209

Guida contributor