LowCodeAPI
351 APIs
  • Segmenting Contacts(11)
    • POST
      Create Segment
    • GET
      Get List of Segments
    • PATCH
      Update Segment
    • GET
      Get Segment by ID
    • DEL
      Delete segment
    • POST
      Refresh Segment
    • POST
      Create Segment
    • GET
      Get List of Segments
    • GET
      Get Segment by ID
    • PATCH
      Update Segment
    • DEL
      Delete marketing segment
POST
GET
PATCH
GET
POST
GET
PATCH
GET
DELETE
POST
POST
GET
GET
PATCH
DELETE
SendgridSendgridSegmenting ContactsCreate Segment
POST
https://api.lowcodeapi.com/sendgrid/v3/marketing/segments/2.0
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
namestring*
Name of the segment
parent_list_idsarray
The array of list ids to filter contacts on when building this segment
query_dslstring*
SQL query which will filter contacts based on the conditions provided.
Response
API response data will be shown here once the request is completed.
Sendgrid