Is it possible to unsubscribe from an Audience List | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi clarenceb50447449 ,

There are two types of list

  • Group
  • List

Group type is default on schema nms:recipient. If you wish to add someone or remove someone from Group dynamically you can use the API methods Register and Unregister

In case you are working on a LIST which allows you to group records from a different schema, something including other than nms:recipient and is generated from a workflow you don't have an API method available out of the box. Schema used is nms:rcpGrpRel and since the targeting dimension can vary it is difficult to define an API method.

A possible workaround can be to add such records or PK value to a schema like cus:deleteFromList. You can then define a workflow that runs every 15 minutes, checks for records in this table and then delete the connected record from list. After that the original record from this table cus:deleteFromList should also be deleted.

Regards,
Vipul

1 reply

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
July 16, 2018

Hi clarenceb50447449 ,

There are two types of list

  • Group
  • List

Group type is default on schema nms:recipient. If you wish to add someone or remove someone from Group dynamically you can use the API methods Register and Unregister

In case you are working on a LIST which allows you to group records from a different schema, something including other than nms:recipient and is generated from a workflow you don't have an API method available out of the box. Schema used is nms:rcpGrpRel and since the targeting dimension can vary it is difficult to define an API method.

A possible workaround can be to add such records or PK value to a schema like cus:deleteFromList. You can then define a workflow that runs every 15 minutes, checks for records in this table and then delete the connected record from list. After that the original record from this table cus:deleteFromList should also be deleted.

Regards,
Vipul