Menu

Expand
Rate this page:

Custom Fields

Custom Fields allow you to add extra information about your contacts to your contact database. With custom fields, you can create custom segments from your individual contacts or from your contact database that will dynamically update your content with the values for the individual contact receiving the email. Your custom fields are completely customizable to the use cases and user information that you need.

You can also manage your Custom Fields using the Custom Fields UI in the Marketing Campaigns App. For more about creating Custom Fields, including a list of Reserved Fields, see our Custom Fields documentation.

Get All Field Definitions

GET /v3/marketing/field_definitions

Base url: https://api.sendgrid.com

This endpoint retrieves all defined Custom Fields and Reserved Fields.

Authentication

  • API Key

Headers

Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required

Responses

object
custom_fields
array[object]
required
id
string
required
name
string
maxLength: 100minLength: 1
required
field_type
string
Allowed Values: Text, Number, Date
required
reserved_fields
array[object]
required
name
string
maxLength: 100minLength: 1
field_type
string
Allowed Values: Text, Number, Date
read_only
boolean

When true this means API consumers are unable to set the value of this field on contacts.

default: False
_metadata
object
prev
string
format: uri
self
string
format: uri
next
string
format: uri
count
integer
minimum: 0
Loading Code Sample...
        
        

        Get All Field Definitions

        Rate this page:

        Need some help?

        We all do sometimes. Get help now from the Twilio SendGrid Support Team.

        Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.

        Loading Code Sample...
              
              
              

              Thank you for your feedback!

              Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

              Sending your feedback...
              🎉 Thank you for your feedback!
              Something went wrong. Please try again.

              Thanks for your feedback!

              thanks-feedback-gif