Sendy

To get started collecting emails with Sendy follow these steps. Select Sendy from the Select an Integration dropdown and enter the URL to your Sendy application. Next, get your API key. and paste it into the plugin and enter the List ID. That’s it!

Read more →

Reports

Depending on your RafflePress license, you can access a break down of actions taken per giveaway under Users > Entries Reports Here’s a sample screenshot:

Read more →

Pass Name and Email to the Giveaway

You can prefill the giveaway’s name and email fields by passing them in on the giveaway page’s URL. This will auto-register the user. Use the query parameters (both are required): rp-email rp-name Here’s an example: https://rafflepress.com/demos/?rp-email=name%40example.com&rp-name=John

Read more →

Subscribe to RSS Feed

The Subscribe to RSS Feed entry option allows you to ask people to subscribe to an RSS feed in exchange for entries. Backend View Frontend View Here’s what visitors see:   Note: There is no way to verify this action was taken.

Read more →

Write a Blog Posts

The Write a Blog Post entry option allows you to ask people to write a blog post in exchange for entries. Backend View Frontend View Here’s what visitors see:

Read more →

Leave a Comment

Would you like to receive more comments on your blog posts? You may use the Leave a Comment action to invite people to comment on your blog posts and earn entries in return. How to setup the Visit us on Leave a Comment action on your giveaway That’s it! You may now use this action […]

Read more →

View Instagram Post / Video

The View Instagram Post / Video entry option allows you to require contestants to view your Instagram post. To get the embed code for the post, visit the post on Instagram and click the Embed link as shown here: Backend View Frontend View Here’s what visitors see:

Read more →

Permission Filters

Note: This document is intended for developers. To change the permission of who can access RafflePress you can use our permission filters. Below is a list of filters. To learn more about filters visit: https://developer.wordpress.org/reference/functions/add_filter/ rafflepress_menu_capability(defaults to: edit_others_posts) rafflepress_list_users_capability (defaults to: list_users) rafflepress_install_plugins_capability (defauls to: install_plugins) rafflepress_update_plugins_capability (defaults to: update_plugins) rafflepress_activate_plugins_capability (defauls to: activate_plugins)

Read more →

Complete Action or Add User Programmatically

NOTE: This document is intended for developers. RafflePress has an Invent Your Own action which lets you create custom actions that RafflePress does not have out of the box. This guide will show you how to programmatically complete these actions. In this example, we will create a custom action that users get entires in exchange […]

Read more →