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}
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}
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.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.