22225: From Bundle to Replace Items does not exist
PHONE NUMBERS
ERROR
This error occurs when you call the Replace Items endpoint with a fromBundleSid that Twilio cannot find. Replace Items uses fromBundleSid to copy item assignments from an existing source bundle into the destination bundle.
- The
fromBundleSidvalue is incorrect and does not match an existing Bundle SID. - You called Replace Items before creating a Bundle Copy to use as the source bundle.
- The source Bundle Copy was deleted, or you are reusing an old SID that is no longer valid for your current compliance update workflow.
- You passed the wrong BU SID, such as the destination bundle SID instead of the source Bundle Copy SID.
- Verify that
fromBundleSidexactly matches an existing Bundle SID. Use the BU SID returned when you create the Bundle Copy. - List the available Bundle Copies for the destination bundle and confirm you are passing the correct source Bundle Copy SID.
- If no Bundle Copy exists yet, create a Bundle Copy from the original bundle before calling Replace Items.
- Update the Bundle Copy as needed, submit it for review, and wait until its status is
twilio-approvedbefore using that SID infromBundleSid. - If you deleted the source Bundle Copy or need to repeat the workflow, create a new Bundle Copy and use the new SID. Replace Items is a one-time operation.