Skip to content

Instantly share code, notes, and snippets.

@MarcL
Created January 21, 2020 20:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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