1.1.2 • Published 8 months ago

dync-lead-sender v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months 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

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago