Skip to content

Examples of how to use haboob with different programming languages

Notifications You must be signed in to change notification settings

haboob-app/haboob-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haboob Demos

Examples of how to use haboob with different programming languages and tools

Configuration

  • Configuration File
  • View Templates (Read only)
  • View Logs
  • Send Url:
    • Development: https://send.haboob.co/v1/hooks/r1i-hzShe/send/development
    • Production: https://send.haboob.co/v1/hooks/r1i-hzShe/send/production
  • Example payload:
{
  "confirmUrl": "http://mydomain.com/confirm",
  "user" : {
    "firstName": "Jhon",
    "email": "jhon@domain.com"
  },
  "lang": "nodejs",
  "list": [
    { "title": "item 1", "value": "my  value" },
    { "title": "item 2", "value": "" },
    { "title": "item 3", "value": "my  value" }
  ]
}

About

Examples of how to use haboob with different programming languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published