POST
/
projects
/
{project_id}
/
actions
/
#MARKETO_CREATE_OR_UPDATE_LEAD
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MARKETO_CREATE_OR_UPDATE_LEAD' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "MARKETO_CREATE_OR_UPDATE_LEAD",
  "parameters": {
    "email": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "company": "<string>",
    "title": "<string>",
    "phone": "<string>",
    "website": "<string>",
    "additionalFields": {}
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json

Response

200

Success