About this trigger
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This Trigger fires every time you get a new visit to a specific document.
- API endpoint slug
- docsend.receive_a_doc_visit
Trigger fields
Document Dropdown list
- Label
- Which document?
- Slug
- document
- Required
- true
- Can have default value
- false
Ingredients
Doc nameThe document visited.
- Slug
- doc_name
- Filter code
- Docsend.receiveADocVisit.DocName
- Type
- String
- Example
- ACME Inc. Overview
Link nameThe link used.
- Slug
- link_name
- Filter code
- Docsend.receiveADocVisit.LinkName
- Type
- String
- Example
- john@example.com
Visit timeThe time the visit occurred.
- Slug
- visit_time
- Filter code
- Docsend.receiveADocVisit.VisitTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Visitor emailThe visitor's email address, if available.
- Slug
- visitor_email
- Filter code
- Docsend.receiveADocVisit.VisitorEmail
- Type
- String
- Example
- john@example.com
Visitor nameThe visitor's name, if available.
- Slug
- visitor_name
- Filter code
- Docsend.receiveADocVisit.VisitorName
- Type
- String
- Example
- John Prospect
Visitor companyThe visitor's company, if available.
- Slug
- visitor_company
- Filter code
- Docsend.receiveADocVisit.VisitorCompany
- Type
- String
- Example
- Example Corp
Visit URLThe URL to the visit details on DocSend.
- Slug
- visit_url
- Filter code
- Docsend.receiveADocVisit.VisitUrl
- Type
- String
- Example
- https://docsend.com/documents/123/visits/456