Debug Salesforce API call: read the full log entry for request and response details. There is an SOQL query included in this request.

HTTP method: GET URL of API call to Salesforce: https://agresource.my.salesforce.com/services/data/v49.0/query?q=SELECT+Stripe_Customer_Id__c%2C+FirstName%2C+LastName%2C+Primary_Email__c%2C+Wordpress_Id__c%2C+Verified__c%2C+PersonEmail%2C+No_Daily__c%2C+No_Weekly__c%2C+No_Plus__c%2C+No_LATAM__c%2C+No_Climate__c%2C+Phone%2C+Company__c%2C+Parent_Stripe__c%2C+PC_Farm__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Account+WHERE+RecordTypeId+IN+%28%27012f4000000sykaAAA%27%29+AND+LastModifiedDate+%3E+2023-03-19T17%3A36%3A43Z+ORDER+BY+LastModifiedDate+ASC+LIMIT+25 SOQL query that was sent to Salesforce SELECT Stripe_Customer_Id__c, FirstName, LastName, Primary_Email__c, WordPress_Id__c, Verified__c, PersonEmail, No_Daily__c, No_Weekly__c, No_Plus__c, No_LATAM__c, No_Climate__c, Phone, Company__c, Parent_Stripe__c, PC_Farm__c, Id, LastModifiedDate, CreatedDate FROM Account WHERE RecordTypeId IN ('012f4000000sykaAAA') AND LastModifiedDate > 2023-03-19T17:36:43Z ORDER BY LastModifiedDate ASC LIMIT 25 API result…

Debug Salesforce API call: read the full log entry for request and response details. There is an SOQL query included in this request.

HTTP method: GET URL of API call to Salesforce: https://agresource.my.salesforce.com/services/data/v49.0/query?q=SELECT+Stripe_Customer_Id__c%2C+FirstName%2C+LastName%2C+Primary_Email__c%2C+Wordpress_Id__c%2C+Verified__c%2C+PersonEmail%2C+No_Daily__c%2C+No_Weekly__c%2C+No_Plus__c%2C+No_LATAM__c%2C+No_Climate__c%2C+Phone%2C+Company__c%2C+Parent_Stripe__c%2C+PC_Farm__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Account+WHERE+RecordTypeId+IN+%28%27012f4000000sykaAAA%27%29+AND+LastModifiedDate+%3E+2023-03-19T17%3A33%3A35Z+ORDER+BY+LastModifiedDate+ASC+LIMIT+25 SOQL query that was sent to Salesforce SELECT Stripe_Customer_Id__c, FirstName, LastName, Primary_Email__c, WordPress_Id__c, Verified__c, PersonEmail, No_Daily__c, No_Weekly__c, No_Plus__c, No_LATAM__c, No_Climate__c, Phone, Company__c, Parent_Stripe__c, PC_Farm__c, Id, LastModifiedDate, CreatedDate FROM Account WHERE RecordTypeId IN ('012f4000000sykaAAA') AND LastModifiedDate > 2023-03-19T17:33:35Z ORDER BY LastModifiedDate ASC LIMIT 25 API result…

Debug Salesforce API call: read the full log entry for request and response details. There is not an SOQL query included in this request.

HTTP method: GET URL of API call to Salesforce: https://agresource.my.salesforce.com/services/data/v49.0/sobjects/Account/001f400001Dmm8MAAR API result from Salesforce Array ( [code] => 200 [data] => Array ( [attributes] => Array ( [type] => Account [url] => /services/data/v49.0/sobjects/Account/001f400001Dmm8MAAR ) [Id] => 001f400001Dmm8MAAR [IsDeleted] => [MasterRecordId] => [Name] => Jerry Welch [LastName] => Welch [FirstName] => Jerry [Salutation] => [MiddleName] =>…