Configured GetExternalContactAction to lookup customers by phone number. The endpoint hits our REST service and returns a 200 with valid JSON. The action completes without error, but the contact object is null in the flow. Verified the payload matches the schema exactly. Any ideas why the data isn’t populating?
Check your Content-Type header. If the service sends text/plain, the parser drops the payload. Force application/json.