Post-Success Zaps
Last updated
Last updated
If you want to implement post-success Zaps, consider using the New Claim Success trigger. This will poll and execute the Zap for every new claim that is completed. You have access to the claiming address / claim number (zero-based) in the response.
If you need more information like user socials or custom inputs, consider creating a custom plugin or using a webhook plugin to handle this and trigger the Zap manually via the Webhooks by Zapier plugin. Note this should NOT use the BitBadges integration as shown above. It uses the dedicated Webhooks by Zapier trigger.
Setup your Zap with Webhooks by Zapier and catch a POST request
Configure your Zapier Webhook plugin in the BitBadges site. Add the webhook URL it gives you. For Zapier, the validation secret is not as important, but you can additionally add a step to check it within the Zap. The JSON preview it shows you will give you all the available fields you can use.
Use the Send Test Request in the BitBadges site to complete the test / simulation step in your Zap.
Configure your action and dynamically replace values where needed. For example, if your action is an outbound send email, you will need to parse the email from the webhook and automatically populate the recipient address for the email.
Setup the rest of your Zap, create the claim, and you are good to go!