How to update a contact list field within Architect

Hello there,

I'm trying to update a Contact List field within Architect. I tryed with the Set Participant Data tool but it doesn't update the field. Any suggestion?

Regads,

Mario

You can use PUT /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} to update a contact in a contact list.

Thank you Tim,

So as I can see there is no way to do it directly from the Architect boundaries, correct? What I need is to use a midleware WS to to that?

Regads,

Mario

You can use Data Actions to call the API. Though processing call lists via data actions in Architect may be a cumbersome task; a middleware service might be easier depending on what you're doing.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.