POST
/
projects
/
{project_id}
/
actions
/
#ELOQUA_UPDATE_EMAIL
Update Email
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ELOQUA_UPDATE_EMAIL' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "ELOQUA_UPDATE_EMAIL",
  "parameters": {
    "emailId": "<string>",
    "emailName": "<string>",
    "senderName": "<string>",
    "senderEmail": "<string>",
    "replyToEmail": "<string>",
    "subject": "<string>",
    "previewText": "<string>",
    "htmlContent": "<string>"
  }
}'

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