1.1.2 • Published 2 years ago

dync-lead-sender v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

DYNC LEAD SENDER DOCS

Installation

npm install dync-lead-sender

Usage

  import LeadSender from "dync-lead-sender";

    LeadSender({
          url: "https://example.uz"
          body: {
             name: "JohnDOe",
             tel: "+998991234567",
             email: "example@gmail.com",
             text: "hello world",
             user_id: "telegram user_id",   
             },
             fnFinished: () => {
                console.log("Finieshed sending procces")
                }
             fnErrored: (error) => {
                console.error(error.message);
                }})
                 

USING in React

<button
  onClick={()=> {
   LeadSender({
   name:"John",
   tel:"99899933344",
   })
  }}
/>
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago