This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To use the SendGrid connector, add the <sendgrid.init> element in your configuration before any other SendGrid operations. This will keep the the information such as the apiUser (Username of the sendgrid account) and apiKey (Paeord of the sendgrid account).

Init
<sendgrid.init>
   <apiUrl>{$ctx:apiUrl}</apiUrl>
   <apiUser>{$ctx:apiUser}</apiUser>
   <apiKey>{$ctx:apiKey}</apiKey>
</sendgrid.init>

Properties

  • apiUrl: Refers to the application URL.
  • username: The account user name.
  • password: The account password.

Now that you have connected to SendGrid, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the SendGrid Integration.

 

  • No labels