Record Loyalty Customer ActionCopy Pagepost https://developers.yotpo.com/loyalty/v3/stores/store_id/custom_actionsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requestsā¦LoadingLoadingā¦Path Paramsaccount_idstringrequiredYour account's API app keyQuery Paramsaccess_tokenstringYour Yotpo access token. Click here to learn how to generate oneBody ParamstypestringrequiredThe type of action. Almost always set this to CustomActioncustomer_emailstringrequiredThe email address used to identify the customer who performed the action.customer_idstringThe unique identifier of the customer who performed the action in your system. Required if no customer_email is passed.action_namestringrequiredThe name of the action that was performed. This must match the name set for one of your custom action earning rules.ip_addressstringThe ip address of the user when the action was performed. This is required if this action completes a referral program requirement.user_agentstringThe browser user agent of the user when the action was performed. This is strongly recommended if this action completes a referral program requirements.created_atstringThe time the action was performed. This will default to the current time. Use this if you need to back date an action.reward_pointsstringUse this to override the normal amount of points awarded for performing the action. Will default to the earning rule settings otherwise.history_titlestringUse this to override the normal description shown to the user in their history. Will default to the earning rule settings otherwise.Responses 200200 400400Updated 11 months ago