Use Cases-Organic
Number of APIs: 6
-
3. Get the user's organization(s) (company pages) GET {{baseUrl}}/organizationAcls?q=roleAssignee&state=APPROVED&count=10&start=0
-
5. Get forms for the user's Organization GET {{baseUrl}}/leadForms?owner=(organization:urn%3Ali%3Aorganization%3A{{organization_id}})&q=owner&count=10&start=0
-
8. [PULL] Schedule periodic form response (lead) pulls GET {{baseUrl}}/leadFormResponses?q=owner&owner=(organization:urn%3Ali%3Aorganization%3A{{organization_id}})&leadType=(leadType:{{leadtype_organic}})&limitedToTestLeads=false&submittedAtTimeRange=(start:{{timerange_start}},end:{{timerange_end}})&fields=ownerInfo,associatedEntityInfo,leadMetadataInfo,leadType,versionedLeadGenFormUrn,id,submittedAt,testLead,formResponse,form:(hiddenFields,creationLocale,name,id,content)&count=10&start=0
-
8. [PUSH] Subscribe for lead notification webhooks POST {{baseUrl}}/leadNotifications
-
9. [PUSH] Fetch full lead data after a lead notification is received GET {{baseUrl}}/leadFormResponses/{{lead_id}}?&fields=ownerInfo,associatedEntityInfo,leadMetadataInfo,leadType,versionedLeadGenFormUrn,id,submittedAt,testLead,formResponse,form:(hiddenFields,creationLocale,name,id,content)
-
[PUSH] Delete a registered webhook by id DELETE {{baseUrl}}/leadnotifications/<webhook id>