-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API key does not start with "SG." #32
Comments
Piggybacking on this concern, I'm seeing no where in twilio documentation/examples that indicate any address SIDs that start with IG. They are all showing AD starts, and when attempting to send a message the webchat orchestrator is returning ADxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is invalid (with the numbers in place of the x's of course) |
@Dervalanana so I learned the SG SID is related to SendGrid API key, the docs make this seem like it's optional, but I couldn't get this running without setting up a sendgrid account and using that API key value in my .env file. It's just a bad error message. I found my 'IG' value from twilio console>flex>manage>messaging>select Chat>the addresses in the table should start with 'IG' |
Under 'Emailing Transcripts', it says 'Add the SendGrid API key and verified email to the .env file as the values for SENDGRID_API_KEY and FROM_EMAIL respectively.' The error for the api key needs to be fixed or the documentation needs better clarity. Please and Thank you! |
When running
yarn server
I get an error that "API key does not start with "SG." assuming that means it expects that value to start with 'sg' I read through the instructions, and I believe the Twilio API key should start with SK, so I am not sure why this is throwing an error. Every API key i have generated the SID starts with SK. Is it expecting a different value?The text was updated successfully, but these errors were encountered: