{"slug":"sendgrid","name":"Twilio SendGrid","owner":null,"repo":null,"category":"agent-comms","lang":"","blurb":"High-volume transactional and marketing email API (now part of Twilio), widely used at enterprise scale.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"High-volume transactional and marketing email API (now part of Twilio), widely used at enterprise scale.","website":"https://sendgrid.com","docs_url":"https://www.twilio.com/docs/sendgrid","signup_url":"https://signup.sendgrid.com","pricing_model":"freemium","pricing_note":"Permanent free tier removed for new direct signups; 60-day trial then Email API from ~$19.95/mo","auth_type":"api-key","agent_signup":"manual-only","agent_signup_note":"New accounts get a 60-day trial rather than a permanent free tier, plus sender-identity verification and anti-abuse review — friction for autonomous signup. An API key is generated in-dashboard once verified.","mcp_server":"","sdks":["Node","Python","Ruby","PHP","C#","Java","Go","REST","SMTP"],"code_sample":"{\"lang\":\"python\",\"code\":\"from sendgrid import SendGridAPIClient\\nfrom sendgrid.helpers.mail import Mail\\n\\nmessage = Mail(\\n    from_email=\\\"you@example.com\\\",\\n    to_emails=\\\"user@example.com\\\",\\n    subject=\\\"Hello\\\",\\n    html_content=\\\"<p>Sent with SendGrid</p>\\\",\\n)\\nSendGridAPIClient(\\\"SENDGRID_API_KEY\\\").send(message)\"}","tags":["email","transactional","marketing","enterprise"],"useCases":[],"codeSample":{"lang":"python","code":"from sendgrid import SendGridAPIClient\nfrom sendgrid.helpers.mail import Mail\n\nmessage = Mail(\n    from_email=\"you@example.com\",\n    to_emails=\"user@example.com\",\n    subject=\"Hello\",\n    html_content=\"<p>Sent with SendGrid</p>\",\n)\nSendGridAPIClient(\"SENDGRID_API_KEY\").send(message)"},"oneLiner":"High-volume transactional and marketing email API (now part of Twilio), widely used at enterprise scale.","docsUrl":"https://www.twilio.com/docs/sendgrid","signupUrl":"https://signup.sendgrid.com","pricingModel":"freemium","pricingNote":"Permanent free tier removed for new direct signups; 60-day trial then Email API from ~$19.95/mo","authType":"api-key","agentSignup":"manual-only","agentSignupNote":"New accounts get a 60-day trial rather than a permanent free tier, plus sender-identity verification and anti-abuse review — friction for autonomous signup. An API key is generated in-dashboard once verified.","mcpServer":""}