Όλες οι ενσωματώσεις
Pipedream
ΔιαθέσιμοComponents for Pipedream: actions to send, read and validate an address, and an instant source that waits for status changes.
Αυτή η σελίδα είναι στα αγγλικά.
Τι μπορείς να κάνεις με αυτό
- Write the rest of your workflow in plain Node with these steps in between.
- Have the source start the workflow the moment a letter is delivered.
- Replay a run from the inspector — with an idempotency key set, that is safe.
Πώς συνδέεται
- Find SendLetter in Pipedream and connect your account.
- Add the Send Letter action to your workflow.
- Fill the idempotency key from your data, such as the invoice number.
The source deduplicates on the event id rather than the letter id. Delivery is at-least-once, so keying on the letter would make every status after the first one disappear.