Skip to content

Commit

Permalink
readme: link to lead and activities reference
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsobreira authored May 9, 2017
1 parent 76cd6c5 commit 6901f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with a `Client` object created use one the methods below. For details on which f

#### `create_lead(site_uuid, lead)`

Send a new lead.
Send a new [lead](https://developers.realgeeks.com/leads/).

- `site_uuid` is a string with the RG2 Site UUID
- `lead` id a dictionary with lead fields
Expand All @@ -35,7 +35,7 @@ Update an existing lead.

#### `add_activities(site_uuid, lead_uuid, activities)`

Add activities to an existing lead.
Add [activities](https://developers.realgeeks.com/activities/) to an existing lead.

- `site_uuid` is a string with the RG2 Site UUID
- `lead_uuid` is a string with the Lead Manager Lead UUID
Expand Down

0 comments on commit 6901f29

Please sign in to comment.