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