Currently trying to build an API to distribute surveys automatically based on a preexisting contact list import from our Data teams.
The issue we are running into is that the job is run on a daily basis and it creates a new mailinglistID each time an upload happens.
Is there a way to write the API or see if we can create a static mailinglistID each time we upload?
Any help would be appreciated.
{
2
"result": {
3
"contactCount": 0,
4
"mailingListId": "CG_012345678901234",
5
"name": "string",
6
"lastModifiedDate": "1597321249000",
7
"creationDate": "1597321249000",
8
"ownerId": "GR_FJDKAXL"
9
},
10
}
Need to figure out a more dynamic mailinglistID search.