Podio - How do I create a contact when "Create Space Contact" is deprecated? - podio

I want to create a contact using the Podio API, but I can see that Contact > Create Space Contact is deprecated and will be removed soon. How should I create a contact?
Podio documentation: Contact

Podio Workspace Contacts are deprecated, you should use "Contacts" app instead. Then all operations with contacts are item operations because each contact is usual Podio item.
Here are some more details about it: https://help.podio.com/hc/en-us/articles/201019938-Using-a-Contacts-app-Importing-Contacts

Related

How to integrate Hubspot with custom build CRM (avoiding hubspot UID's)

I have a custom built CRM that I would like to integrate with Hubspot. I would like to keep both systems active. At the moment we are manually copying the data from the custom built CRM into Hubspot. I would like to automate this using the Hubspot API.
Do I have to call the Hubspot API using the Hubspot UID's (I don't want to have to add a field in my existing CRM to record the Hubspot UID as that is just moving the existing manual entry to another area).
Thanks in advance
HubSpot API is the way to go https://developers.hubspot.com/docs/api/overview , however, be sure to read the terms of use to avoid any compliance issue as you will be using their data sources:
https://legal.hubspot.com/developer-terms
HubSpot's unique identifier for contacts are Contact ID and email address.
So if you already have contacts' email addresses in your non-HubSPot CRM, I believe you would not need Contact ID as the UID to update existing contacts via API.
Here is the reference:
An email address is the primary identifier for a contact in HubSpot.
These endpoints automatically deduplicate email addresses to keep
HubSpot data clean.

Podio Contact API Untegration

I am trying to integrate Contacts API with one of our application. One of my client has created API ID and APP token key. I am using NuGet Package of Podio.
I am trying to use GetContactTotals. But I am not able to fetch no. of records. It is throwing an error. I have used AuthenticateWithApp method. Actually our goal is we have to fetch the contacts and sync with our application. When I use AuthenticateWithPassword method it fetches Contacts, which is more than in that particular app.
Could you please help with any example with which I can achieve this?
GetContactTotal method requires user authentication. Apps don't have access to user's contacts.
Also, some of contacts methods are deprecated (e.g.: https://developers.podio.com/doc/contacts/get-space-contact-totals-67508), so you might want to redesign how to store all contact information and use apps and particularly "Contacts App".
More details on how to organize contacts are here: https://help.podio.com/hc/en-us/articles/201019938-Using-a-Contacts-app-Importing-Contacts

how to access shopify Products via API without api-key and password?

i want to develop a chrome extension to see stats for any store which develop in shopify, can i access any store products without API-Key and Password in shopify?
No, you cant access products json without using api-key or permanent token of the store.
But still you want to access the product details you atleast needs the handler of the product.
Lets say your store is "abc.myshopify.com" and handler of your product is "xyz", then you can product json of xyz by HTTP GET call in following url
https://www.abc.myshopify.com/products/xyz.json
in general
https://www.[storename]/products/[product-handle].json
You could try using the Shopify StoreFront API.
It allows to get information of your shop from from your own website or custom app. Although it doesn't need a API Password, it needs a Api Key that doesn't need to be a secret.
The documentation says this (the first point is the important):
Using the Storefront API, you can:
Fetch data about a single product or a collection of products to
display on any website or device.
Create unique checkout experiences
with full control over the shopping cart.
Create new customers or
modify existing ones, including address information.
Allow customers
to select unique product options.
There is no way shopify will provide store details (product list) without api authentication.
For your requirement, I would suggest to create a shopify app which will sync all product details to your storage and you can access data from there.

Shopify customer list and Mailchimp

Is it possible to create a sign up form that sends the customer's details (email address, name, etc.) to both my Mailchimp account's mailing list and my Shopify store's customer list upon submission?
This app lets you add your customers(who sign up for marketing) automatically to the mailchimp list. You can add a field in the form which will add all users to the marketing list of shopify and then automatically to the mailchimp list.
You can find information about creating Customers to Shopify in their API:
Creating a new customer
You can also find information in how to add a member to a list in MailChimp's API:
Adding a new member to a list

There exists any ASP.NET News letter Integration API

Implementing constant contact in asp.net
Now i am implementing in my project
The Constant Contact APIs allow you to manage contacts in your account in various ways. By utilizing contacts collection and resource, you can add, edit, unsubscribe contacts as well as modify their contact list memberships.
If you are interested in more detailed information about the actual collection and resource for contacts, please refer to the Contacts Collection and Resource Reference.
The following tasks are supported currently:
Listing All Contacts
Creating a Contact
Obtaining a Contact's Information
Updating Contact Information
Searching for a Contact by Email Address
Searching for Contacts by Last Updated Date
http://developer.constantcontact.com/doc/reference
http://developer.constantcontact.com/doc
c# sample code
Using the Constant Contact API with ASP.NET
Sample Upload Forms in .NET
Getting Started with the Upload Forms in .NET
ASP Upload Form sample application.
Authentication data
Create a New Contact
Add or Edit a Contact
List all Contacts
Unsubscribe a Contact
Remove a Contact
Application class diagram
Installation guide
Customize displayed lists
How-To use it