Dion Moerkerken

  • Totale activiteit 384
  • Laatste activiteit
  • Lid sinds
  • Volgend 0 gebruikers
  • Gevolgd door 0 gebruikers
  • Stemmen 0
  • Abonnementen 192

Artikelen

Recente activiteit van Dion Moerkerken Sorteren op recente activiteit Recente activiteit Stemmen
  • Create a saved response

    POST  https://:account.api-us1.com/api/3/savedResponses JSON { "savedResponse": { "title": "Response Title", "subject": "Response Subject", "body": "Response Body" } }   201 Crea...

  • Create an organization

    POST  https://:account.api-us1.com/api/3/organizations JSON { organization: { name: "Test Organization" } }   201 Created { "organization":{ "name":"Test Organization",...

  • Create a note

    POST  https://:account.api-us1.com/api/3/notes JSON { "note": { "note": "This is the text of the note", "relid": 2, "reltype": "Subscriber" } }   201 Created { "contact...

  • Create a list

    POST  https://:account.api-us1.com/api/3/lists JSON { "list": { "name": "Name of List", "stringid": "My string id" } }   200 OK { "list": { "name": "Name of List",...

  • Retrieve a form

    GET  https://:account.api-us1.com/api/3/forms/id cURL curl --request GET \ --url https:///:account.api-us1.com/api/3/forms/id Node var request = require("request"); var options = { me...

  • Create a connection

    POST  https://:account.api-us1.com/api/3/connections JSON { "connection": { "service": "fooCommerce", "externalid": "toystore123", "name": "Toystore, Inc.", "logoUrl": "...

  • Deals

    Deals are a way to represent opportunities in the platform. A deal requires a primary contact to be assigned to the deal and any number of secondary contacts can be assigned as well. Deals can b...

  • Contacts

    Contacts are the center of activity and represent the people that the owner of an account is marketing to or selling to. Contact parameters available values For following parameters: sta...

  • API List all campaigns

    GET  https://:account.api-us1.com/api/3/campaigns cURL curl --request GET \ --url https:///:account.api-us1.com/api/3/campaigns Node var request = require("request"); var options = { ...

  • Calendar Feeds

    Calendar feeds allow users to sync tasks with Google Calendar, Apple Calendar, Microsoft Outlook, or any calendar client that supports subscription calendars. The API enables you to add, view, upda...