Reputation: 2605
Coming for Zapier world to Mulesoft, Zapier has a REST poll connector which polls REST GET APIs and can deduplicate records by Id to find newly created records and stream those records periodically.
I am just curious if such connector exists in MuleSoft.
Upvotes: 0
Views: 394
Reputation: 2605
Looks like Idempotent Message Validator component does the same for MuleSoft https://docs.mulesoft.com/mule-runtime/4.2/idempotent-message-validator
Upvotes: 0