SendGrid integration connector
Add white-label customer-facing integration with SendGrid into your app with just a few lines of code.
Managed authentication
Connect your customer accounts in SendGrid without researching its API, registering in a developer program, and getting your application approved. We take care of authentication, secure credentials storage, and token refreshes so you don't have to.
Just one line of code for you and one click for your customers:
iApp.integration('sendgrid').open()
Add SendGrid to your app in the next 30 minutes
Execute SendGrid operations on behalf of your customers
Get information about available operations in a consistent way: name, description, input, output. Run operations using simple consistent API.
Retrieve all recent access attempts
This endpoint allows you to retrieve a list of all of the IP addresses that recently attempted to access your account either through the User Interface or the API.
Remove one or more IPs from the allow list
This endpoint allows you to remove one or more IP addresses from your list of allowed addresses.
To remove one or more IP addresses, pass this endpoint an array containing the ID(s) associated with the IP(s) you intend to remove...
Retrieve a list of currently allowed IPs
This endpoint allows you to retrieve a list of IP addresses that are currently allowed to access your account.
Each IP address returned to you will have created_at
and updated_at
dates. Each IP will also be associated with an id
that can be used to remove the address from your allow list...
Add one or more IPs to the allow list
This endpoint allows you to add one or more allowed IP addresses.
To allow one or more IP addresses, pass them to this endpoint in an array. Once an IP address is added to your allow list, it will be assigned an id
that can be used to remove the address...
Remove a specific IP from the allowed list
This endpoint allows you to remove a specific IP address from your list of allowed addresses.
When removing a specific IP address from your list, you must include the ID in your call. You can retrieve the IDs associated with your allowed IP addresses using the "Retrieve a list of currently allowed IPs" endpoint...
Retrieve a specific allowed IP
This endpoint allows you to retreive a specific IP address that has been allowed to access your account.
You must include the ID for the specific IP address you want to retrieve in your call. You can retrieve the IDs associated with your allowed IP addresses using the "Retrieve a list of currently allowed IPs" endpoint...
Work with SendGrid data collections
Read and write data, get custom fields schema, and react to changes in SendGrid data.
Read more about working with data collections
List | Find by ID | Search | Create | Update | Delete | |
---|---|---|---|---|---|---|
Contacts | âś… | âś… | âś… | âž– | âž– | âś… |
Trigger integrations on SendGrid events
React to events in the external app. Receive changes in data regardless of whether webhooks are supported or not.
Read more about working with events