Skip to main content
POST
/
projects
/
{project_id}
/
actions
/
#ZOHO_CRM_UPDATE_RECORD_LEADS
Update Record Leads
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZOHO_CRM_UPDATE_RECORD_LEADS' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "ZOHO_CRM_UPDATE_RECORD_LEADS",
  "parameters": {
    "recordId": "<string>",
    "Company": "<string>",
    "Last_Name": "<string>",
    "Designation": "<string>",
    "Fax": "<string>",
    "Mobile": "<string>",
    "Lead_Source": "-None-",
    "Industry": "-None-",
    "No_of_Employees": 123,
    "Annual_Revenue": 123,
    "Rating": "-None-",
    "Created_Time": "<string>",
    "Modified_Time": "<string>",
    "Full_Name": "<string>",
    "Street": "<string>",
    "City": "<string>",
    "State": "<string>",
    "Zip_Code": "<string>",
    "Country": "<string>",
    "Skype_ID": "<string>",
    "Email_Opt_Out": true,
    "Secondary_Email": "<string>",
    "Last_Activity_Time": "<string>",
    "Twitter": "<string>",
    "Record_Image": "<string>",
    "Lead_Conversion_Time": 123,
    "Unsubscribed_Mode": "Consent form",
    "Unsubscribed_Time": "<string>",
    "Change_Log_Time__s": "<string>",
    "Locked__s": true,
    "Last_Enriched_Time__s": "<string>",
    "Enrich_Status__s": "Available"
  }
}
'

Authorizations

Authorization
string
header
required

Your Paragon User Token (JWT), which you can generate using your project's signing keys.

Path Parameters

project_id
string
required

Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.

Body

application/json
action
string
default:ZOHO_CRM_UPDATE_RECORD_LEADS
required
parameters
object
required

Response

200

Success