PUT
/
v1
/
processors
/
automations
/
links
/
{link_id}
automation = reclient.processors.automations.links.update(
    link_id="lnk_Xf15nXFpo7mwfGT1aSYo4",
    name="Link Automation Updated",
)
{
  "id": "lnk_Xf15nXFpo7mwfGT1aSYo4",
  "name": "Link Automation Updated",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T15:38:34.943000",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "password": null,
  "object": "automation.link"
}
automation = reclient.processors.automations.links.update(
    link_id="lnk_Xf15nXFpo7mwfGT1aSYo4",
    name="Link Automation Updated",
)
{
  "id": "lnk_Xf15nXFpo7mwfGT1aSYo4",
  "name": "Link Automation Updated",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T15:38:34.943000",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "password": null,
  "object": "automation.link"
}

Authorizations

Api-Key
string
header
required

Path Parameters

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.