pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] Onepage

Open pipedream-component-development opened this issue 2 years ago • 0 comments

onepagecrm

URLs

  • https://developer.onepagecrm.com/api/

Webhook Sources

new-contact-created

Prompt

Triggered when a new contact is added in Onepage CRM. Please create sorting by created_at field and ordering desc.

URLs

  • https://developer.onepagecrm.com/api/#/Contacts/get_contacts

new-deal-closed

Prompt

Triggered when a deal is successfully closed in the CRM. Please create sorting by created_at field and ordering desc and status is closed.

URLs

  • https://developer.onepagecrm.com/api/#/Deals/get_deals

Actions

create-contact

Prompt

Creates a new contact in the Onepage CRM. Please add all required and optional props.

URLs

  • https://developer.onepagecrm.com/api/#/Companies/get_companies
  • https://developer.onepagecrm.com/api/#/Statuses/get_statuses
  • https://developer.onepagecrm.com/api/#/Users/get_users
  • https://developer.onepagecrm.com/api/#/Lead%20Sources/get_lead_sources
  • https://developer.onepagecrm.com/api/#/Contacts/post_contacts

delete-contact

Prompt

Removes an existing contact from the system. Please add an async contact id prop.

URLs

  • https://developer.onepagecrm.com/api/#/Contacts/get_contacts
  • https://developer.onepagecrm.com/api/#/Contacts/delete_contacts__contact_id_

update-deal

Prompt

Updates an existing deal's details in the CRM. Please add all required and optional props.

URLs

  • https://developer.onepagecrm.com/api/#/Deals/get_deals
  • https://developer.onepagecrm.com/api/#/Contacts/get_contacts
  • https://developer.onepagecrm.com/api/#/Users/get_users
  • https://developer.onepagecrm.com/api/#/Pipelines/get_pipelines
  • https://developer.onepagecrm.com/api/#/Deals/put_deals__deal_id_