Constructing the Request
The easiest way to construct the request is to use the Pica MCP Server in your IDE. In Cursor, open the MCP Settings and add the following:Examples
- Add an endpoint that uses Pica to fetch the list of contacts from Salesforce.
- When my form is submitted, use Pica to send an email using Gmail.
- Using Pica, create a new lead in HubSpot when a user signs up.
- Using Pica, add an endpoint that fetches the list of invoices from QuickBooks and displays them in a table.
- Build a paginatable table component that fetches and displays QuickBooks invoices with search and sort using Pica.
- Create a page with a form that can post messages to multiple Slack channels with message scheduling using Pica.