Nadav_Kremer | 2019-08-07 15:20:29 UTC | #1
Hi, I'm want to get information about contacts the get created/delete/updated in a contact list. I tried looking at the v2.outbound.contactlists.{id}.importstatus topic but it only tells me that contacts where added and not their whole data.
Is there a way to get this besides exporting every time something changes?
Thank you
tim.smith | 2019-08-07 20:50:21 UTC | #2
You can get a contact GET /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} or multiple via POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk or an export to get the full list.
Nadav_Kremer | 2019-08-08 06:02:21 UTC | #3
The single and bulk APIs don't answerr my question and the export api doesn't answer my question either
When someone is uploading new contacts to a list I want to be notified of those new contacts that were just uploaded with all their information and not just the amount (which is what the importstatus topic gives me)
tim.smith | 2019-08-08 14:19:32 UTC | #4
That's not currently possible. You can request new features at https://purecloud.ideas.aha.io/ideas.
system | 2019-09-08 14:28:12 UTC | #5
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 5721