We have an external application which adds contacts to an existing contact list every day via API, using post /api/v2/outbound/contactlists/{contactListId}/contacts.
We also have a work flow to delete the contact from the contact list once the call is made successfully.
I can run campaign performance to see the number of dialed calls by campaign, but i want to know, how many contacts were received via API ?
Total numbers of contacts received via API per day, can anybody please guide me on the same?
I don't believe the method of insertion is tracked. I would recommend instrumenting your custom app that's using the API to monitor its behavior.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.