Passa al contenuto principale

Aggiorna una lista contatti

PUT 

/api/partner-gateway/v1/contacts/list/:id

Updates the metadata of an existing contact list identified by its numeric ID. You can modify the list name, description, and isTest flag. This endpoint only updates the list metadata; it does not add or remove contacts from the list. To add or remove contacts, use POST /contacts/list/contacts and DELETE /contacts/list/contacts/ respectively. If the list is currently assigned to a campaign, the campaign will automatically use the updated list metadata. Returns 200 with the updated contact list details. Returns 400 if the request body contains invalid data. Returns 404 if no contact list exists with the given ID under your account. Returns 500 if an unexpected server error occurs.

Richiesta

Risposte

Lista contatti aggiornata con successo