feat(automations): duplicate endpoint - #137
Conversation
There was a problem hiding this comment.
No issues found across 4 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Adds a new SDK method that mirrors existing automation patterns, with a test and local API stub. No schema, auth, or operational changes.
Re-trigger cubic
Approval not submitted
This repository is configured to approve as @klotty, but that approval identity is unavailable.
The refresh token passed is incorrect or expired.
cubic left this as a normal review comment instead of falling back to a Cubic App approval.
|
@cursor can you bump the fallback version here to 0.10.0? |
|
Done — I bumped the fallback version in That |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
99abccf to
101da2e
Compare


Adds
AutomationDuplicateAsync(automationId)forPOST /automations/{id}/duplicate, returning the new automation identifier.Resolves DEV-1712. Mirrors the existing
AutomationStopAsync/AutomationCreateAsyncpatterns and resend-node resend/resend-node#1071.🤖 Generated with Claude Code
Summary by cubic
Adds automation duplication to the .NET SDK so clients can clone existing automations. Previously duplication wasn’t available; now
AutomationDuplicateAsync(Guid)posts to/automations/{id}/duplicateand returns the new automation ID. Supports DEV-1712.AutomationDuplicateAsync(Guid, CancellationToken)toIResendand implements it inResendClient, mappingObjectId.IdtoGuid.AutomationDuplicateand a local API stub forautomations/{id}/duplicate.Directory.Build.propsto0.10.0.Written for commit 101da2e. Summary will update on new commits.