Examples of how to use haboob with different programming languages and tools
- 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
- Development:
- 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" }
]
}