Notes Api

Created by Mohammed Saeed Qureshi, Modified on Wed, 21 Jun, 2023 at 9:19 AM by Mohammed Saeed Qureshi

"Notes Api" is used to send the note details to any desired App with the help of "Zapier". By calling the note Api, the note details are sent to the "webhook url" provided by Zapier. Once the data is sent to the webhook url , the data is stored/synced in the app that you selected when creating a Zap.



Endpoints

POST  /api/v1/zapier/note
Generic


Request Details


Request URL


{{api-domain}}/api/{{version}}/zapier/note
Generic


Request Parameters


Fields


1.) Note: 


Possible values
Default Value 
Required 
String
Not specified Yes

       

 

Sample Request


  const request = {
                data: {Note details},
                method: "POST",
                action:  'create note',
                url: https://dev.app.assistro.co/api/v1/zapier/note 
  }
JavaScript


Sample Response


Success


{
  "note": "Note Description"
}

JavaScript
Error
    {
        "message": "Looks like there is no active Zap for this action",    
        "success": false,    
        "status": 0
    }


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article