Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The below CURL request example actions the following:

Disable SSL verification upon sending the request.

  1. Insert leads into the vicidial_list_archive table. Ignores leads that exist in the vicidial_list_archive table.

  2. Update leads in the vicidial_list_archive table with lead data from the vicidial_list table.

  3. Delete leads from the vicidial_list table. Performs safe delete by checking if the lead exists in the vicidial_list_archive table and if the column data matches the vicidial_list table lead.

...