cURL
curl --request PUT \ --url https://api.reply.io/v3/custom-fields/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "title": "<string>", "fieldType": "<string>", "metadata": "<string>" } '
{ "id": 123, "title": "<string>", "fieldType": "<string>", "metadata": "<string>", "orgWide": true }
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Updates an existing custom field
API key passed in the X-API-Key header
Custom field ID
Custom field name
Custom field type
Optional metadata for the field (e.g., dropdown options)
Custom field updated successfully
Whether the field is shared across the organization