curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#OUTREACH_UPDATE_ACCOUNT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "OUTREACH_UPDATE_ACCOUNT",
"parameters": {
"accountId": "<string>",
"accountName": "<string>",
"websiteUrl": "<string>",
"description": "<string>",
"companyType": "<string>",
"industry": "<string>",
"numberOfEmployees": "<string>",
"customId": "<string>"
}
}'
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#OUTREACH_UPDATE_ACCOUNT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "OUTREACH_UPDATE_ACCOUNT",
"parameters": {
"accountId": "<string>",
"accountName": "<string>",
"websiteUrl": "<string>",
"description": "<string>",
"companyType": "<string>",
"industry": "<string>",
"numberOfEmployees": "<string>",
"customId": "<string>"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?