Skip to content

Instantly share code, notes, and snippets.

@chelseasanc
Created December 24, 2015 00:15
Show Gist options
  • Save chelseasanc/0a9f848b8fbd69f3c617 to your computer and use it in GitHub Desktop.
Save chelseasanc/0a9f848b8fbd69f3c617 to your computer and use it in GitHub Desktop.
{
"brick": "http",
"config": {
"method": "POST",
"url": "https://azuqua.uservoice.com/api/v1/users.json",
"headers": {
"Authorization": "Bearer {{auth.access_token}}"
},
"body": {
"user[display_name]": "{{{input.lookuprequest.displayName}}}",
"user[email]": "{{{input.lookuprequest.email}}}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment