I'm invoking a data action from an inbound script screen.
The following APIs are executed for data actions.
/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}
The Problem
When the contactId does not match, a 404 error is generated, and a data action error is alerted on the screen.
I don't want to see on-screen alerts.
I would like you to tell me how to make it happen.