Interface ExternalPage.SourceIdStage
-
- All Known Implementing Classes:
ExternalPage.Builder
- Enclosing class:
- ExternalPage
public static interface ExternalPage.SourceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalPage.ExternalIdStagesourceId(int sourceId)The unique identifier for the source of the external page which was given by Intercom.
-
-
-
Method Detail
-
sourceId
ExternalPage.ExternalIdStage sourceId(int sourceId)
The unique identifier for the source of the external page which was given by Intercom. Every external page must be associated with a Content Import Source which represents the place it comes from and from which it inherits a default audience (configured in the UI). For a new source, make a POST request to the Content Import Source endpoint and an ID for the source will be returned in the response.
-
-