Messages Services

  • SES

Amazon Simple Emal Service (SES) is an email platform that makes sending and receiving emails using your own email addresses and domains easy and cost-effective.

  • SendGrid

SendGrid is a communication platform for transactional and marketing email.

  • SMTP

SMTP (Simple Mail Transfer Protocol) is an application used by mail servers to send, receive, and relay outgoing email between senders and receivers.

  • Twilio

Twilio is a cloud communications platform that provides programmable communication tools for making and receiving phone calls, sending and receiving text messages, and performing other communication functions using its web service APIs.

SES Integration

Description

<sesIntegration> - command for integration with SES

Required parameters:

  1. alias
  2. enable

Required fields:

  1. region – string
  2. endpoint – string
  3. accessKeyId – string
  4. secretKeyId – string
XML
Copy

SendGrid Integration

Description

<sendgridIntegration> - command for integration with SendGrid

Required parameters:

  1. alias
  2. enable

Required fields:

  1. apiKey - string
XML
Copy

SMTP Integration

Description

<smtpIntegration> - command for integration with SMTP

Required parameters :

  1. alias
  2. enable

Required fields:

  1. host – string
  2. port – int
  3. username – string
  4. password – string
  5. smtpAuth – boolean
  6. smptStarttlsEnable – boolean
XML
Copy

Twilio Integration

Description

<twilioIntegration> - command for integration with Twilio

Required parameters:

  1. alias
  2. enable

Required fields:

  1. accountSid – string
  2. authToken – string
  3. twilioNumber – string
XML
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard