let options = {
method: 'POST',
uri: RH_API_URL + '/middleware/auth0/rules',
headers: { Authorization: AUTH_TOKEN },
body: { user, context },
json: true
};
During migration from rule to action body: { user, context }, this code having issue.
how to convert this and we can get the user and context from backend when we get the body from action.
body: { event }, I write like this but cannot work!!!
There are very less documents and videos related to migration from rule to action!!! Even the videos related to Action features also very less