Skip to content

logicappsio/AzureFunction-URLFormDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AzureFunction-URLFormDecoder

This is a useful Azure Function "Generic Node Webhook" for parsing URL Form encoded data. It expects an object of

{
  "form": "<some-urlformencoded-data>"
}

and will return a response of a JSON object representation of the URL Form encoded data. This is useful for webhooks like Twilio that will be sending url-formencoded data.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published