Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-1106] Updated readme #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ A phone field will have subfields:

You can alternatively use `field_123_all` to set a complete number with the country calling code: "4455555555555".

You can get a list of custom fields in Zapier's format:

```
http://simplero.com/api/v1/account/zapier_customer_action_fields
```

Need anything?
--------------
Expand Down Expand Up @@ -329,7 +334,11 @@ Replace `1` with the id of the list to subscribe to.
"landing_page_id": 123,
"tags": "tag1,tag2",
"phone": "15551231234",
"gdpr_consent": true
"gdpr_consent": true,

"field_1016668189_value": "Green",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we use interpolation key? these are kinda hard to make sense of

"field_868371454_value": "Developer",
"field_507274739_address": "NY"
}
```

Expand All @@ -351,6 +360,9 @@ This is only relevant when using Simplero's conversion tracking featuer.

`phone` is a sanitized phone number with country code first, eg. '15551231234'.

`field_1016668189_value`, `field_868371454_value`, `field_507274739_address` are examples of custom fields that could be passed,
check description of [Custom contact fields](#custom-contact-fields)

**Response:**

```json
Expand Down