Please see my website for my friendly PC owner services that I provide as a 50-state licensed physician: Friendly PC Owner Corporate Practice of Medicine (CPOM) is a complex set of laws that govern the delivery of healthcare services by businesses. These laws vary from state to state, but generally, they prevent non-licensed individuals or businesses from owning or controlling healthcare providers. In order to comply with these laws, companies entering the healthcare industry need to have a licensed healthcare provider to oversee their operations, and that’s where the friendly PC owner comes in. A friendly PC owner is a physician who provides medical oversight and consultation to businesses that wish to enter the healthcare industry. The PC stands for Professional Corporation, which is a type of business entity that allows physicians to provide their services as a group while limiting personal liability. Essentially, a friendly PC owner acts as a consultant for businesses, providing m
I created an SMS interface to openAI's gpt3 API so that I can send an SMS prompt to openai and get an SMS response. Result looks like this: There may be better/easier ways of doing this, but this is how I figured it out. I'm assuming some degree of familiarity w/ Zapier here: 1. Buy a phone number in Twilio to use for this. This only costs $1/mo 2. In Zapier, create a new zap where the trigger is "Webhooks by Zapier" (Premium option). Choose your event as "Catch Hook". This will generate a webhook URL that is custom for this workflow. We are doing this because when you send the SMS to the Twilio phone number, you want it to **instantly** trigger the zapier workflow and not wait the 5-15 min it takes for Twilio to trigger on its own, so for that you need the webhook: 3. Copy the webhook URL from zapier and paste it into Twilio in the "A Messages Comes In" webhook section for that phone number 4. You will then need to send a test message so that Zap