POST
/
projects
/
{project_id}
/
actions
/
#HUBSPOT_UPDATE_RECORD_ENGAGEMENTS
Update Record Engagements
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_UPDATE_RECORD_ENGAGEMENTS' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "HUBSPOT_UPDATE_RECORD_ENGAGEMENTS",
  "parameters": {
    "engagementType": "NOTE",
    "noteBody": "<string>",
    "fromEmail": "<string>",
    "fromFirstName": "<string>",
    "fromLastName": "<string>",
    "toEmail": "<string>",
    "ccEmail": "<string>",
    "bccEmail": "<string>",
    "emailSubject": "<string>",
    "emailText": "<string>",
    "emailHtml": "<string>",
    "toNumber": "<string>",
    "fromNumber": "<string>",
    "callNotes": "<string>",
    "recordingUrl": "<string>",
    "meetingTitle": "<string>",
    "meetingNotes": "<string>",
    "startTime": "<string>",
    "endTime": "<string>",
    "taskSubject": "<string>",
    "taskNotes": "<string>",
    "taskStatus": "NOT_STARTED",
    "recordId": "<string>",
    "contactId": "<string>",
    "companyId": "<string>",
    "ownerId": "<string>"
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json

Response

200

Success