rsheraton | 2022-02-03 19:01:33 UTC | #1
Hi there, i need a data action to update 1 x field in a Outbound Contact List. i have tried the below but not able to get it to work, any suggestions?
/api/v2/outbound/contactlists/${input.contactListId}/contacts?contactId=${input.contactId}
tim.smith | 2022-02-03 22:25:18 UTC | #2
Please refer to the resource documentation: PUT /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}. The contact ID is part of the path, not a query parameter.
system | 2022-03-06 22:25:33 UTC | #3
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: 13441