Skip to content

Commit

Permalink
Add phone to list of supported fields
Browse files Browse the repository at this point in the history
Maybe an oversight of schema changes in #14 ?
  • Loading branch information
therabidbanana authored May 9, 2022
1 parent a5b5656 commit 5daa05f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_activecampaign/schemas/contacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
"email": {
"type": ["null", "string"]
},
"phone": {
"type": ["null", "string"]
},
"first_name": {
"type": ["null", "string"]
Expand Down

0 comments on commit 5daa05f

Please sign in to comment.