Create a Subscription
Creates a new subscription to listen to transform or error events.
Request body
Name of subscription.
Type of subscription.
Unique name of function this subscription listens to (required for function-based subscriptions).
Unique identifier of function this subscription listens to (alternative to functionName).
Name of collection this subscription listens to (required for collection-based subscriptions).
Unique identifier of collection this subscription listens to (alternative to collectionName).
Toggles whether subscription is active or not.
URL bem will send webhook requests to.
S3 bucket name for syncing output data to AWS S3.
S3 file path for syncing output data to AWS S3.
Google Drive folder ID for syncing output data to Google Drive.
Response
The request has succeeded.
Name of subscription.
The unique identifier of the subscription.
Type of subscription.
Unique identifier of function this subscription listens to.
Unique name of function this subscription listens to.
Unique identifier of collection this subscription listens to.
Name of collection this subscription listens to.
Toggles whether subscription is active or not.
URL bem will send webhook requests to.
S3 bucket name for syncing output data to AWS S3.
S3 file path for syncing output data to AWS S3.
Google Drive folder ID for syncing output data to Google Drive.