Skip to content

Update a(n) Pipeline Activity record​

PUT
/pipelineactivities

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"ActivityId": 0,
"TemplateId": 0,
"ActivityType": "string",
"EmailFormId": 0,
"EmailFormName": "string",
"EmailRecipients": "string",
"Color": "string",
"Order": 0,
"SendEmailDefault": true
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​