From 258187f7268a08ebf03f63eb147c3cd51dd3e296 Mon Sep 17 00:00:00 2001 From: Mapp Connect <53301502+mappconnect@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:15:24 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f065b0..2a113e9 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,17 @@ mcc.getGroups(getGroupsCallback); mcc.sendUser("{\"email\":\"test@xx.xx\"}"); -Each operation can be triggered by sendXxxx method on the client, for now each of them expects the full JSON payload to be provided as an argument. +Each operation can be triggered by sendXxxx method on the client, for now each of them expects the full JSON payload to be provided as an argument: + *Email + *Sms + *Push + *Transaction + *Automation -Check list of API's in right menu to check required fields for every event. +# Check list of API's in right menu to check required fields for every event.