Skip to main content
POST
Store Pipedrive contact ID on a WordPress user

Authorizations

X-API-Key
string
header
required

SageScreen API key stored in ss_zapier_api_key option

Body

application/json
user_id
integer
required

WordPress user ID

Example:

123

pipedrive_contact_id
string
required

Pipedrive contact ID to store as user meta

Example:

"pd-c-123"

Response

Contact ID stored

success
boolean
Example:

true

data
object