Skip to main content
PUT
Update SendGrid credentials

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Body

application/json
sendGridApiKey
string

The SendGrid API key

Example:

"SG.9ipFP4b17yT-Fff2GGrH8FF0GqdkBohXAEI4GnTSj9Q="

sendGridTemplateID
string

The SendGrid template ID

Example:

"d-8284bb9646a040499d5cfa28d272a094"

sendGridUnsubscribeGroupID
string

The SendGrid unsubscribe group ID

Example:

"33832"

senderName
string

The name of the sender

Example:

"Emailer"

senderEmail
string

The email address of the sender

Example:

"noreply@em123.example.com"

allowEmailReplies
boolean
default:false
senderEmailForReplies
string | null

The email address when replies are enabled (optional)

Example:

"reply@em123.example.com"

isEnabled
boolean

Enable SendGrid

Response

200 - application/json

A list of push notification's settings

data
any[]
meta
object