Sign in

Update SMS

documented

Update an SMS activity.

PUT /activity/sms/{id}/Activitiesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.close.com/api/v1/activity/sms/" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"lead_id": "{{$lead_id}}", "contact_id": "{{$contact_id}}", "to_phone": "{{$to_phone}}", "text": "{{$text}}", "status": "{{$status}}"}'