Manifold for Developers
Ask or search…
K
Comment on page

Manifold Apps SNS

You can subscribe to events from new instances of Manifold Apps. For example, Claims and Burn Redeems.

Claim Event Format

{
Subject: 'New Claim Page',
Message: {
creatorAddress: <creatorAddress>,
link: <link>,
networkId: <network>,
},
MessageGroupId: 'NewClaim',
MessageDeduplicationId: `/Claim/<slug>`
};

Burn Redeem Format

{
Subject: 'New Burn Redeem Page',
Message: {
creatorAddress: <creatorAddress>,
link: <link>,
networkId: <network>,
},
MessageGroupId: 'NewBurnRedeem',
MessageDeduplicationId: `/Burn Redeem/<slug>`
};

SNS topic ARN

arn:aws:sns:us-east-1:743799374440:NewManifoldInstance.fifo

Usage

Feel free to subscribe your SQS queue to this topic. Here are instructions - https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-subscribe-queue-sns-topic.html

FAQ

Any questions? Please open a discussion on Manifold Forum.
Last modified 5mo ago