Is there a way I can find Health Care providers whose credentialing is due. Data source can be NPPES website.
👋 Hey there! Our support team has got your message - we'll be back in touch within 24 hours (often sooner!). If you haven't already, please include the URL of your table in this thread so that we can help you as quickly as possible!
Hey, thanks for reaching out! Yes, you can find healthcare providers whose credentialing is due by leveraging the NPPES (National Plan and Provider Enumeration System) database using Clay’s HTTP API integration. Here’s how to set it up: NPPES API Setup: • Endpoint: https://npiregistry.cms.hhs.gov/api/?version=2.1 • Method: GET • Body Example (with parameters): { "version": "2.1", "first_name": "John", "last_name": "Doe", "state": "CA", "taxonomy_description": "General Practice", "limit": 10 } You would simply replace the infos "infos" with the colums you want to link. Make sure to remove the quotaiton. If you see failed to parse body issue, here's how to fix it https://www.loom.com/share/678e4c40e8c14894a6cd53948176e434 Steps to Set Up in Clay: 1. Create a New Table: Use this table to store search parameters (e.g., name, state, specialization). 2. Set Up HTTP API Enrichment: • Go to the Enrichments panel and select HTTP API. • Enter the NPPES API endpoint and set up the request parameters (e.g., first name, last name, state, etc.). • Map the corresponding fields from your table to these parameters. 3. Trigger the API Call: Once set up, the API will fetch healthcare provider details based on your criteria, and the output will be returned in JSON format. Expected Output: The response will include information such as: • Provider name • NPI number • Address • Taxonomy (specialization) • Credentialing details (if available) You can then use this data in your workflows to identify providers whose credentialing may be due. Let me know if you need help with the setup or have any questions! 😊
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!