This script contains functions that will help you create scripts against the Pardot API.
- Powershell v5.1
- Pardot API v3
To use this module, you first need to import it into your script.
Example:
Import-Module "C:\Pardot_Module.psm1" -Force
Functions:
- SMA_PardotAddProspect - Creates a new prospect
- SMA_PardotAddToList - Adds a prospect to a list
- SMA_PardotAuthenticate - Authenticate to the Pardot API
- SMA_PardotGetAllProspects - Get all prospects
- SMA_PardotGetCampaign - Get a campaign
- SMA_PardotGetCustomFields - Get custom fields
- SMA_PardotGetList - Get information about a list
- SMA_PardotGetListMembers - Get members of a list
- SMA_PardotGetOpportunity - Get an opportunity
- SMA_PardotGetProspect - Get a prospect
- SMA_PardotGetProspectAccount - Get a prospect account
- SMA_PardotRemoveFromList - Removes a prospect from a list
- SMA_PardotTag - Returns information about a tag
No Support and No Warranty are provided by SMA Technologies for this project and related material. The use of this project's files is on your own risk.
SMA Technologies assumes no liability for damage caused by the usage of any of the files offered here via this Github repository.
Copyright 2020 SMA Technologies
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
We love contributions, please read our Contribution Guide to get started!
SMA Technologies has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.