Skip to content

Instantly share code, notes, and snippets.

@MarcL
Created January 21, 2020 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcL/fc06bf5b741eb2a684bd782289c38954 to your computer and use it in GitHub Desktop.
Save MarcL/fc06bf5b741eb2a684bd782289c38954 to your computer and use it in GitHub Desktop.
Example of setting a Chatfuel user attribute in a JSON response
{
"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