addedInput schema / properties / application_id
Added value: +{
+ "type": "string"
+}
changedInput schema / properties / channel / enum
Previous value: -[
- "linkedin",
- "email",
- "phone",
- "in_person"
-]New value: +[
+ "linkedin",
+ "email",
+ "sms",
+ "phone",
+ "in_person"
+]
addedInput schema / properties / contact_name
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / idempotency_key
Added value: +{
+ "description": "Caller-stable key for the immutable relationship receipt.",
+ "type": "string"
+}
addedInput schema / properties / next_touch_at
Added value: +{
+ "description": "Optional ISO-8601 next human follow-up time.",
+ "type": "string"
+}
addedInput schema / properties / occurred_at
Added value: +{
+ "description": "ISO-8601 time the human completed the outreach.",
+ "type": "string"
+}
addedInput schema / properties / queue_item_id
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / role_title
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / summary
Added value: +{
+ "description": "Factual summary of the already-completed human outreach.",
+ "type": "string"
+}