Skip to content

Commit 4d018fc

Browse files
Formatting fixes
1 parent ebbe678 commit 4d018fc

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ add_content_id
225225
message.set_html('<html><body>TEXT BEFORE IMAGE<img src="cid:ID_IN_HTML"></img>AFTER IMAGE</body></html>')
226226
227227
WEB API v3
228-
------------------------
228+
----------
229229

230230
`APIKeys`_
231231
~~~~~~~~~~
@@ -237,8 +237,17 @@ List all API Keys belonging to the authenticated user.
237237
client = sendgrid.SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
238238
status, msg = client.apikeys.get()
239239
240-
`ASM Groups`_
241-
~~~~~~~~~~~~~
240+
`Advanced Suppression Manager (ASM)`_
241+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
242+
243+
Advanced Suppression Manager gives your recipients more control over the types of emails they want to receive by letting them opt out of messages from a certain type of email.
244+
245+
More information_.
246+
247+
.. _information: https://sendgrid.com/docs/API_Reference/Web_API_v3/Advanced_Suppression_Manager/index.html
248+
249+
ASM Groups
250+
~~~~~~~~~~
242251

243252
Retrieve all suppression groups associated with the user.
244253

0 commit comments

Comments
 (0)