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