eventBridgeServerPixelUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates the server pixel to connect to an EventBridge endpoint.
Running this mutation deletes any previous subscriptions for the server pixel.
Access Scopes
`write_pixels` access scope. Also: The app must have the read_customer_events and write_server_pixels access scopes.
Arguments
-
arn:
ARN! -
The ARN for the EventBridge endpoint to which customer events are to be sent.
Returns
-
serverPixel:
ServerPixel
The server pixel as configured by the mutation.
-
userErrors:
ErrorsServerPixelUserError!
The list of errors that occurred from executing the mutation.
Examples