Let the platform do the work

snip_update_contacts

Overview

Retrieves new contact emails since a timestamp for the current user.

Available APIs

  • REST

Definition

snip_update_contacts(session, report_id)

Parameters

Name Type Description
session String Session ID returned by a previous login call.
report_id String The ID of the report record to generate the PDF for.

Result

Name Type Description
result Array The call result.
result.results Boolean The new emails.
result.count Integer The count of results.
result.message String The return message.

Change Log

Version Change
v4 Added snip_update_contacts method.

Topics