sendgrid-python の API リファレンス
sendgrid-python (sendgrid/sendgrid-python) の公開 API 61 件 —— クラス 40、関数 0、メソッド 21。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。
リポジトリ: sendgrid/sendgrid-python
| 種別 | 件数 |
|---|---|
| クラス | 40 |
| 関数 | 0 |
| メソッド | 21 |
API 一覧
class
sendgrid.helpers.eventwebhook.EventWebhookThis class allows you to use the Event Webhook feature.
class
sendgrid.helpers.inbound.config.ConfigAll configuration for this app is loaded here
method
sendgrid.helpers.inbound.config.Config.host()URL that the sender will POST to.
method
sendgrid.helpers.inbound.config.Config.keys()Incoming Parse fields to parse.
method
sendgrid.helpers.inbound.config.Config.port()Port to listen on.
method
sendgrid.helpers.inbound.send.Send.url()URL to send to.
class
sendgrid.helpers.mail.amp_html_content.AmpHtmlContentAMP HTML content to be included in your email.
method
sendgrid.helpers.mail.amp_html_content.AmpHtmlContent.content()The actual AMP HTML content.
class
sendgrid.helpers.mail.asm.AsmAn object specifying unsubscribe behavior.
class
sendgrid.helpers.mail.attachment.AttachmentAn attachment to be included with an email.
class
sendgrid.helpers.mail.bcc_email.BccA bcc email address with an optional name.
class
sendgrid.helpers.mail.bcc_settings.BccSettingsSettings object for automatic BCC.
class
sendgrid.helpers.mail.bcc_settings_email.BccSettingsEmailThe BccSettingsEmail of an Attachment.
class
sendgrid.helpers.mail.category.CategoryA category name for this message.
method
sendgrid.helpers.mail.category.Category.name()The name of this Category.
class
sendgrid.helpers.mail.cc_email.CcA cc email address with an optional name.
class
sendgrid.helpers.mail.content.ContentContent to be included in your email.
class
sendgrid.helpers.mail.content_id.ContentIdThe ContentId of an Attachment.
class
sendgrid.helpers.mail.email.EmailAn email address with an optional name.
method
sendgrid.helpers.mail.email.Email.email()Email address.
method
sendgrid.helpers.mail.email.Email.name()Name associated with this email.
method
sendgrid.helpers.mail.email.Email.substitutions()A list of Substitution objects.
class
sendgrid.helpers.mail.exceptions.SendGridExceptionWrapper/default SendGrid-related exception
class
sendgrid.helpers.mail.file_content.FileContentThe Base64 encoded content of an Attachment.
class
sendgrid.helpers.mail.file_name.FileNameThe filename of an Attachment.
method
sendgrid.helpers.mail.file_name.FileName.file_name()The file name of the attachment.
class
sendgrid.helpers.mail.footer_html.FooterHtmlThe HTML in a Footer.
class
sendgrid.helpers.mail.footer_text.FooterTextThe text in an Footer.
class
sendgrid.helpers.mail.from_email.FromA from email address with an optional name.
class
sendgrid.helpers.mail.group_id.GroupIdThe unsubscribe group ID to associate with this email.
method
sendgrid.helpers.mail.header.Header.key()The name of the header.
method
sendgrid.helpers.mail.header.Header.value()The value of the header.
class
sendgrid.helpers.mail.html_content.HtmlContentHTML content to be included in your email.
method
sendgrid.helpers.mail.html_content.HtmlContent.content()The actual HTML content.
class
sendgrid.helpers.mail.mail.MailCreates the response body for v3/mail/send
class
sendgrid.helpers.mail.mime_type.MimeTypeThe MIME type of the content included in your email.
class
sendgrid.helpers.mail.plain_text_content.PlainTextContentPlain text content to be included in your email.
method
sendgrid.helpers.mail.plain_text_content.PlainTextContent.content()The actual text content.
method
sendgrid.helpers.mail.plain_text_content.PlainTextContent.mime_type()The MIME type.
class
sendgrid.helpers.mail.reply_to.ReplyToA reply to email address with an optional name.
class
sendgrid.helpers.mail.sandbox_mode.SandBoxModeSetting for sandbox mode.
class
sendgrid.helpers.mail.section.SectionA block section of code to be used as a substitution.
method
sendgrid.helpers.mail.section.Section.key()A section of code's key.
method
sendgrid.helpers.mail.section.Section.value()A section of code's value.
class
sendgrid.helpers.mail.subject.SubjectA subject for an email message.
method
sendgrid.helpers.mail.subject.Subject.subject()The subject of an email.
class
sendgrid.helpers.mail.subscription_html.SubscriptionHtmlThe HTML of an SubscriptionTracking.
class
sendgrid.helpers.mail.subscription_text.SubscriptionTextThe text of an SubscriptionTracking.
class
sendgrid.helpers.mail.template_id.TemplateIdThe template ID of an Attachment object.
class
sendgrid.helpers.mail.to_email.ToA to email address with an optional name.
class
sendgrid.helpers.mail.utm_campaign.UtmCampaignThe utm campaign of an Ganalytics object.
class
sendgrid.helpers.mail.utm_content.UtmContentThe utm content of an Ganalytics object.
class
sendgrid.helpers.mail.utm_medium.UtmMediumThe utm medium of an Ganalytics object.
method
sendgrid.helpers.mail.utm_medium.UtmMedium.utm_medium()Name of the marketing medium.
class
sendgrid.helpers.mail.utm_source.UtmSourceThe utm source of an Ganalytics object.
method
sendgrid.helpers.mail.utm_source.UtmSource.utm_source()Name of the referrer source.
class
sendgrid.helpers.mail.utm_term.UtmTermThe utm term of an Ganalytics object.
class
sendgrid.helpers.mail.validators.ValidateApiKeyValidates content to ensure SendGrid API key is not present
method
sendgrid.helpers.stats.stats.Stats.aggregated_by()Chosen period (e.g.
class
sendgrid.sendgrid.SendGridAPIClientThe Twilio SendGrid API Client.
class
sendgrid.twilio_email.TwilioEmailAPIClientThe Twilio Email API Client.
この情報について
掲載しているシグネチャは sendgrid/sendgrid-python の公開ソースコードを
Python の ast モジュールで静的解析し、引数名・デフォルト値・
型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。
詳しくは仕組みの解説をご覧ください。