Re-deliver a webhook event by cloning it, preserving the original's audit record. The clone is dispatched with an Idempotency-Key prefix to distinguish resends, ideal for missed events or backfills.
Verify a destination's connection by testing the saved configuration—checking URL reachability for webhooks or API key authentication for email services, without sending a real campaign.
Update a Rootr spreadsheet by changing its config, icon, or replacing the entire sheets array. Retrieve existing sheets first to keep them when not performing a full replacement.