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>"
}
}'
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>"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?