Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mappconnect authored Oct 5, 2021
1 parent f254c1e commit 258187f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,17 @@ mcc.getGroups(getGroupsCallback);
mcc.sendUser("{\"email\":\"[email protected]\"}");


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.

0 comments on commit 258187f

Please sign in to comment.