pub async fn contact_validate(
    id: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<ContactValidateResponse>, Error>
Expand description

Sets the valid flag on contact data quality

Arguments

  • id - ID of the contact object
  • client_sender - Reference to the tokio channel into the client