Created
January 21, 2020 20:06
-
-
Save MarcL/fc06bf5b741eb2a684bd782289c38954 to your computer and use it in GitHub Desktop.
Example of setting a Chatfuel user attribute in a JSON response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"set_attributes": { | |
"attribute1": "some data goes here", | |
"attribute2": "more data in here" | |
}, | |
"messages": [{ | |
"text": "A text message can go here if you like" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment