Static
acceptStatic
addStatic
addAdd a user to a community.
The id of the community.
Optional
data: objectThe data to be passed when adding a user.
Optional
params: Record<string, any>promise
Static
clearStatic
clearStatic
clearStatic
createStatic
createCreate a new campaign for a newsletter.
The ID of the community.
The ID of the newsletter.
The data for the new campaign.
Optional
params: Record<string, any>Promise
Static
createCreate a new email template for the community
The data to be passed when creating a community.
Optional
params: Record<string, any>Promise
Static
createCreate a new newsletter for a community.
The ID of the community.
The data for the new newsletter.
Optional
params: Record<string, any>Promise
Static
deleteStatic
deleteDelete a specific campaign.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
Optional
params: Record<string, any>Promise
Static
deleteDeletes an email template for the community.
The id of the community to delete.
Optional
params: Record<string, any>promise
Static
deleteDelete a specific newsletter.
The ID of the community.
The ID of the newsletter.
Optional
params: Record<string, any>Promise
Static
deleteDelete a specific subscriber from a newsletter (admin only).
The ID of the community.
The ID of the newsletter.
The ID of the subscriber.
Optional
params: Record<string, any>Promise
Static
exportExport subscribers for a specific newsletter. The file is generated asynchronously on the server and the user is emailed a link to download the file.
The ID of the community.
The ID of the newsletter.
Export options (format: 'csv' or 'xlsx').
Optional
params: Record<string, any>Promise
Static
findStatic
getStatic
getStatic
getRetrieves a single user and their information that is associated with a community.
The id of the community.
The id of the user.
Optional
params: Record<string, any>promise
Static
importImport game installs from a game title installations to a newsletter
The ID of the community.
The ID of the newsletter.
Export options (format: 'csv' or 'xlsx').
Optional
params: Record<string, any>Promise
Static
importImport subscribers from a CSV or XLS file into a newsletter.
The ID of the community.
The ID of the newsletter.
The CSV or XLS file.
Optional
data: objectOptional
params: Record<string, any>Additional parameters.
Promise
Static
joinHas a user join a community. The join is executed using the current user's authentication token.
The id of the community to update.
Optional
params: Record<string, any>promise
Static
listStatic
listList all emails sent in a campaign.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
Optional
params: Record<string, any>Query parameters.
Promise
Static
listList all campaigns for a newsletter.
The ID of the community.
The ID of the newsletter.
Optional
params: Record<string, any>Query parameters.
Promise
Static
listStatic
listStatic
listList all subscribers of a newsletter (admin only).
The ID of the community.
The ID of the newsletter.
Optional
params: Record<string, any>Query parameters.
Promise
Static
listStatic
listStatic
newsletterGet campaign-level stats for a newsletter.
The ID of the community.
The ID of the newsletter.
Optional
params: Record<string, any>Optional query params (start_date, end_date, etc).
Promise with campaign stats
Static
newsletterGet newsletter overall reports (subscriber changes, unsubscribes, etc.).
The ID of the community.
The ID of the newsletter.
Optional
params: Record<string, any>Optional query params (start_date, end_date, etc).
Promise with aggregated data
Static
newsletterRetrieves daily subscriber trend data for the specified newsletter.
The UUID of the community
The UUID of the newsletter
Optional
params: Record<string, any>Optional date-range filter (start_date, end_date, etc.)
Static
populatePopulates an email template for the community that will replace the platholders with the data provided.
The data to be passed when creating a community.
Optional
params: Record<string, any>Promise
Static
registerRegister a new subscriber to a newsletter.
The ID of the community.
The ID of the newsletter.
The subscriber data.
Optional
params: Record<string, any>Promise
Static
removetStatic
retrieveRetrieves a user's invite that have been sent.
The id of the community
The token required to get the invite.
Optional
params: Record<string, any>promise
Static
scheduleSchedule a campaign to be sent later.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
The scheduling data (e.g., scheduled_at).
Optional
params: Record<string, any>Promise
Static
sendSend a campaign immediately.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
Optional
params: Record<string, any>Promise
Static
sendSend an invitation to a user to join the community.
The id of the community.
Optional
data: objectThe data that will be passed into sending an invite.
Optional
params: Record<string, any>promise
Static
setSets the default payment method for the community.
The id of the community to update.
Optional
params: Record<string, any>promise
Static
testTest an email campaign by sending an email to the current user.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
The scheduling data (e.g., scheduled_at).
Optional
params: Record<string, any>Promise
Static
updateStatic
updateUpdate a specific campaign.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
The data to update.
Optional
params: Record<string, any>Promise
Static
updateUpdate an email template for the community.
The id of the community to update.
The data to update.
Optional
params: Record<string, any>promise
Static
updateUpdate a specific newsletter.
The ID of the community.
The ID of the newsletter.
The data to update.
Optional
params: Record<string, any>Promise
Static
updateUpdate a specific subscriber of a newsletter (admin only).
The ID of the community.
The ID of the newsletter.
The ID of the subscriber.
The data to update.
Optional
params: Record<string, any>Promise
Static
updatetUpdates the users information associated with the community.
The id of the community.
The id of the user.
Optional
data: objectOptional
params: Record<string, any>promise
Static
uploadUpdates the banner image for the community using a Blob.
The blob to upload.
Optional
data: objectAny additional data to pass along to the upload
Optional
params: Record<string, any>promise
Static
uploadUpdates the banner image for the community using a File object.
The file object to upload.
Optional
data: objectAny additional data to pass along to the upload.
Optional
params: Record<string, any>promise
Static
uploadUpdates the main image for the community using a Blob.
The blob to upload.
Optional
data: objectAny additional data to pass along to the upload
Optional
params: Record<string, any>promise
Static
uploadUpdates the main image for the community using a File object.
The file object to upload.
Optional
data: objectAny additional data to pass along to the upload.
Optional
params: Record<string, any>promise
Static
uploadUpdates the banner image for the game show using a Blob.
The blob to upload.
Optional
data: objectAny additional data to pass along to the upload
Optional
params: Record<string, any>promise
Static
uploadUpdates the banner image for the game show using a File object.
The file object to upload.
Optional
data: objectAny additional data to pass along to the upload.
Optional
params: Record<string, any>promise
Static
uploadUpdates the banner image for the community using a Blob.
The blob to upload.
Optional
data: objectAny additional data to pass along to the upload
Optional
params: Record<string, any>promise
Static
uploadUpdates the banner image for the community using a File object.
The file object to upload.
Optional
data: objectAny additional data to pass along to the upload.
Optional
params: Record<string, any>promise
Static
viewStatic
viewGet a specific campaign.
The ID of the community.
The ID of the newsletter.
The ID of the campaign.
Optional
params: Record<string, any>Query parameters.
Promise
Static
viewRetrieve a single email template for the community.
The id fo the community to retrieve.
Optional
params: Record<string, any>promise
Static
viewGet a specific newsletter.
The ID of the community.
The ID of the newsletter.
Optional
params: Record<string, any>Query parameters.
Promise
Static
viewGet a specific subscriber of a newsletter (admin only).
The ID of the community.
The ID of the newsletter.
The ID of the subscriber.
Optional
params: Record<string, any>Query parameters.
Promise
Generated using TypeDoc
Accept an invite to a community. The JSON Web Token (JWT) must be related to the token.