curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CLOSE_UPDATE_RECORD_CONTACT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "CLOSE_UPDATE_RECORD_CONTACT",
"parameters": {
"contactId": "<string>",
"name": "<string>",
"title": "<string>",
"phone": {},
"email": {},
"urls": {},
"contactAdditionalFields": {}
}
}'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CLOSE_UPDATE_RECORD_CONTACT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "CLOSE_UPDATE_RECORD_CONTACT",
"parameters": {
"contactId": "<string>",
"name": "<string>",
"title": "<string>",
"phone": {},
"email": {},
"urls": {},
"contactAdditionalFields": {}
}
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your Paragon Project ID
Success
Was this page helpful?