Reference
- Asana
- Azure DevOps
- Box
- ClickUp
- Confluence
- Facebook Ads
- GitHub
- Gmail
- Google Calendar
- Google Drive
- Google Sheets
- HubSpot
- Jira
- Marketo
- Notion
- Microsoft Outlook
- Salesforce
- POSTCreate Record Contact
- POSTCreate Record Lead
- POSTCreate Record Opportunity
- POSTCreate Record Task
- POSTCreate Record Account
- POSTCreate Record Any
- POSTUpdate Record Contact
- POSTUpdate Record Lead
- POSTUpdate Record Opportunity
- POSTUpdate Record Task
- POSTUpdate Record Account
- POSTUpdate Record Any
- POSTGet Record By ID Contact
- POSTGet Record By ID Lead
- POSTGet Record By ID Opportunity
- POSTGet Record By ID Task
- POSTGet Record By ID Account
- POSTGet Record By ID Any
- POSTSearch Records Contact
- POSTSearch Records Lead
- POSTSearch Records Opportunity
- POSTSearch Records Task
- POSTSearch Records Account
- POSTSearch Records Any
- POSTGet Record By View ID Contact
- POSTGet Record By View ID Lead
- POSTGet Record By View ID Opportunity
- POSTGet Record By View ID Task
- POSTGet Record By View ID Account
- POSTGet Record By View ID Any
- POSTCreate Custom Field Contact
- POSTCreate Custom Field Lead
- POSTCreate Custom Field Opportunity
- POSTCreate Custom Field Task
- POSTCreate Custom Field Account
- POSTCreate Custom Field Any
- POSTWrite SOQL Query
- POSTCreate Custom Object
- POSTDescribe Action Schema
- POST
- Shopify
- Slack
- Zendesk
- Zoom
Salesforce
Describe Action Schema
POST
/
projects
/
{project_id}
/
actions
/
#SALESFORCE_DESCRIBE_ACTION_SCHEMA
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SALESFORCE_DESCRIBE_ACTION_SCHEMA' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SALESFORCE_DESCRIBE_ACTION_SCHEMA",
"parameters": {
"recordType": "<string>",
"operation": "<string>"
}
}'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Your Paragon Project ID
Body
application/json
Response
200
Success
Was this page helpful?
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SALESFORCE_DESCRIBE_ACTION_SCHEMA' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SALESFORCE_DESCRIBE_ACTION_SCHEMA",
"parameters": {
"recordType": "<string>",
"operation": "<string>"
}
}'