Docs

Create Segment

Creates a new empty segment in Moosend.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The ID of the email list where the segment is created.

stringrequired

The name of the segment.

string

Specifies how subscribers are returned by your segment based on matching criteria: All (Default) - returns subscribers that match all the given criteria. Any - returns subscribers that match any of the given criteria.

string

Specifies how many criteria-matching subscribers are contained in your segment: All - returns all criteria matching subscribers. Top - returns only a maximum number of subscribers defined in  FetchValue . TopPercent - returns only a percentage of subscribers defined in  FetchValue .

number

Specifies the maximum number for FetchType:Top or percentage for FetchType:TopPercent of members to be contained in the created segment. If not specified, 0 is assumed.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.