SendGrid · Arazzo Workflow
SendGrid Create Segment From List
Version 1.0.0
Create a marketing list, build a segment filtered on that list, and refresh it.
Provider
Workflows
create-segment-from-list
Create a list, build a segment on it, and refresh the segment.
Creates a parent list, creates a query-driven segment scoped to that list, and triggers a manual refresh of the segment.
1
createList
CreateMarketingList
Create the parent contacts list the segment will be scoped to.
2
createSegment
CreateSegment
Create a segment whose parent list is the new list and whose membership is defined by the supplied SGQL query.
3
refreshSegment
RefreshSegment
Manually refresh the segment so its membership is recomputed. The refresh is queued and returns a 202 with a job_id.
Source API Descriptions
openapi