• We have the plugin set to not pull contacts on Salesforce Create. But it does pull another object type (events) on Salesforce Create. Events may contain a set of Salesforce contact IDs, which on the WordPress end we’ll use to display performers who have WP user records with corresponding Salesforce IDs.

    This works great if the performer is already in WordPress, but if we create new performers in Salesforce, they don’t end up in WordPress (because we don’t pull contacts on Salesforce Create).

    What I’d like to do is post-process events, iterate through the Salesforce performer contact IDs, and if we find one that doesn’t exist in WordPress already, pass that contact ID to the plugin to have it explicitly pull that contact into WordPress.

    Is there a method we can use to “manually” pull a contact, using the plugin’s smarts to retrieve and map fields just as it would for an automated pull?

  • The topic ‘Manually trigger pull of specific contact from Salesforce’ is closed to new replies.