Adobe Launch · Arazzo Workflow
Adobe Launch Create an Event Forwarding Secret
Version 1.0.0
Create a secret scoped to an environment on an event forwarding property, then read it back.
View Spec
View on GitHub
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag ManagementArazzoWorkflows
Provider
Workflows
create-event-forwarding-secret
Create an environment-scoped secret and verify it by reading it back.
Creates a token secret on an event forwarding property bound to an environment, then retrieves it to confirm storage. Uses operationPath references to disambiguate the cross-spec secret operation ids.
1
createSecret
{$sourceDescriptions.eventForwardingApi.url}#/paths/~1properties~1{propertyId}~1secrets/post
Create a token secret on the property, scoped to the environment.
2
getSecret
{$sourceDescriptions.eventForwardingApi.url}#/paths/~1secrets~1{secretId}/get
Read the secret back by id to confirm it persisted.