Skip to main content
ReferralRock logo

ReferralRock

ReferralRock is a referral marketing platform that helps businesses create and manage referral programs to drive word-of-mouth growth and customer acquisition

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

ReferralRock authenticates with basic authentication credentials. Generate the credential in your ReferralRock account, then paste it into FlyMyAI the first time an agent uses a ReferralRock action.

Get your ReferralRock credential →

Fields to fill in FlyMyAI

FieldDetails
Public KeyYour ReferralRock API public key. Get it from Settings > Integrations > Manage API Keys. (required)
Private KeyYour ReferralRock API private key. Note: The private key is only shown once during creation - save it immediately. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
REFERRALROCK_DELETE_EMAIL_REMOVEUNSUBSCRIBETool to remove an email address from the unsubscribe list. Use when you need to resubscribe an email address that was previously unsubscribed.email
REFERRALROCK_DELETE_HOOKSTool to delete a webhook subscription. Use when you need to cancel and stop data transmission to a registered webhook URL.web_hook_id
REFERRALROCK_DELETE_MEMBERS_REMOVETool to delete members from a referral program. Use when you need to remove one or more members. Each member requires either valid primaryInfo (memberId or referralCode) OR both secondaryInfo (externalIdentifier or email) and tertiaryInfo (program details) to…members
REFERRALROCK_DELETE_REFERRAL_REMOVETool to delete one or more referrals from a referral program. Use when you need to remove referrals by their unique ID or other identifying information. Each referral is deleted only when it can be uniquely identified.referrals
REFERRALROCK_DELETE_REWARDS_REMOVETool to delete rewards from members or referrals in a referral program. Use when you need to remove one or more rewards from the system.reward_ids
REFERRALROCK_GET_EMAIL_GETUNSUBSCRIBEDTool to check if an email address is unsubscribed from communications. Use when you need to verify unsubscribe status before sending emails.-
REFERRALROCK_GET_HOOKS_HISTORY_EVENTNAMETool to retrieve webhook history for a specific event. Use when you need to check the delivery status and details of webhooks for a particular event type.event_name
REFERRALROCK_GET_MEMBERSTool to list program members with filtering and pagination. Use when you need to retrieve member information, optionally filtering by program, search query, status, or date range. Supports sorting and pagination for large datasets.-
REFERRALROCK_GET_MEMBER_STATS_GET_SINGLETool to retrieve comprehensive statistics for a single member from ReferralRock. Use when you need to analyze a member's sharing, referral, and reward activities over a specified time period.query, timePeriod
REFERRALROCK_GET_PAYOUTTool to retrieve payout list by ID. Use when you need to get specific payout information using a payout identifier.id
REFERRALROCK_GET_PAYOUTS_IDTool to get payout details by ID. Use when you need to retrieve specific payout information using a payout identifier.id
REFERRALROCK_GET_PAYOUTS_PENDINGTool to get pending payouts for a member or recipient. Use when you need to retrieve pending payout information, optionally filtering by recipient and including ineligible rewards.-
REFERRALROCK_GET_PAYOUTS_TRANSACTIONSTool to get payout transaction history for referral program participants. Use when you need to retrieve payout transaction information, optionally filtering by recipient ID or specific transaction ID.-
REFERRALROCK_GET_PROGRAMSList all referral programs in ReferralRock. Use this to retrieve details about available referral programs with pagination support.-
REFERRALROCK_GET_PROGRAM_GETSINGLETool to retrieve a single referral program by name. Use when you need details about a specific program.programName
REFERRALROCK_GET_REFERRALSTool to list referrals with filtering and pagination options. Use when you need to retrieve referrals from ReferralRock, optionally filtered by program, member, date range, status, or search query. Supports sorting and pagination.-
REFERRALROCK_GET_REFERRAL_SINGLETool to retrieve a single referral by email, ID, or external ID. Use when you need to fetch detailed information about a specific referral from ReferralRock.-
REFERRALROCK_GET_REWARDRULESTool to get reward rules for a program. Use when you need to retrieve member rewards rules configuration including triggers, payouts, and delivery settings for a specific program.programId
REFERRALROCK_GET_REWARDSTool to list rewards with optional filtering and pagination. Use when you need to retrieve rewards filtered by program, member, status, date ranges, or specific search queries. Supports sorting and pagination via offset/count parameters.-
REFERRALROCK_POST_EMAIL_REMOVEUNSUBSCRIBETool to remove an email address from the unsubscribe list. Use when you need to resubscribe a previously unsubscribed email address to allow them to receive emails again.email
REFERRALROCK_POST_EMAIL_UNSUBSCRIBETool to unsubscribe an email address from the ReferralRock mailing list. Use when a user wants to opt out of email communications.email
REFERRALROCK_POST_HOOKSTool to create or update a webhook subscription for event notifications. Use when you need to register a callback URL to receive POST requests with JSON data when specified events occur.target_url, event
REFERRALROCK_POST_INVITEFEEDTool to create an invite feed entry for automatic invitations. Use when you need to add a contact to the referral program's invite queue.firstName, lastName, email
REFERRALROCK_POST_INVITEFEEDSTool to create multiple invite feed entries for automatic invites in ReferralRock. Use when you need to send a set of contacts to be used with automatic member invitations.inviteFeeds
REFERRALROCK_POST_MEMBERACCESSTool to generate pre-authenticated member access URLs for sharing and portal experiences. Use when you need to create temporary access tokens for members to access their portal or share content. Note: This endpoint is deprecated; consider using memberaccessur…memberQuery
REFERRALROCK_POST_MEMBERSTool to create a new member and add them to a referral program. Use when you need to add a new member with their program ID, name, and email. Returns HTTP 201 (Created) on success with member confirmation details.programId, firstName, email
REFERRALROCK_POST_MEMBERS_REMOVETool to remove members from a referral program. Use when you need to delete members from the system. A member is removed when uniquely identified by either primaryInfo (memberId or referralCode) OR both secondaryInfo and tertiaryInfo.members
REFERRALROCK_POST_MEMBER_ACCESS_URLSTool to generate member access URLs for custom share experience or secure portal embedding. Use when you need to create unique access and share links for members with optional expiration time.-
REFERRALROCK_POST_REFERRALACTIONTool to create a referral action for processing recurring rewards. Use when you need to record a referral action with an amount value for calculating percentage-based recurring rewards. The action can be linked to referrals via email, ID, or external identifi…amount, referralQuery
REFERRALROCK_POST_REFERRALSTool to create a new referral in ReferralRock based on a member's referral code. Use when you need to add a referral to a program, providing details like contact information, transaction amount, and custom fields.referralCode
REFERRALROCK_POST_REFERRALS_STATUSTool to update referral status in ReferralRock. Use when you need to change a referral's status to pending, qualified, approved, or denied. Note: This endpoint is deprecated; use POST /api/referral/update instead.referralId, status
REFERRALROCK_POST_REFERRAL_REMOVETool to remove referrals from a referral program. Use when you need to delete referrals using their referral ID or alternative identifiers.referrals
REFERRALROCK_POST_REFERRAL_UPDATETool to update referral details in a referral program. Use when you need to modify existing referral information such as contact details, status, notes, or custom fields. Requires either a referralId OR both secondaryInfo and tertiaryInfo to identify referral…updates
REFERRALROCK_POST_REWARDS_ISSUETool to issue a reward to a member in the Referral Rock system. Use when you need to issue a specific reward to a recipient, with the option to override eligibility date rules.rewardId
REFERRALROCK_POST_REWARDS_REMOVETool to remove rewards from members or referrals of a referral program. Use when you need to delete one or more rewards by their IDs. The endpoint returns a result for each reward ID indicating whether the removal was successful.rewardIds
We love our partners - FlyMy.AI builds with the best. Thanks, ReferralRock!