You need to sign in to do that
Don't have an account?
EVENTAPI EVENTAPI
How create Accounts from php sdk ?
Hello
I want create Accounts from php sdk ...
In create contacts, need fill "Account Name" fields .
if Account exists, i has account ids and correct fill AccountId field,
But sometime, need create new Account for contacts , how i do it ?
thanks !
I want create Accounts from php sdk ...
In create contacts, need fill "Account Name" fields .
if Account exists, i has account ids and correct fill AccountId field,
But sometime, need create new Account for contacts , how i do it ?
thanks !
Please go through the Salesforce REST API document.
You can login into salesforce by using Oauth protocol and after that you can perform all teh actions from php whatever you want.
For more detail pelase follow below link:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/
For example, when selling products on my website, I need to create an account with the name of the product category, and in it define the contact.
Posible this is done only with the help of PHP SDK ?
next questions .... How create Campaign ?
i try create Campaign
getting errors :
what I am doing wrong?