Skip to content

Commit

Permalink
Merge pull request #109 from rodrimarchese/master
Browse files Browse the repository at this point in the history
Add wa_id field to phone object in sendContacts example
  • Loading branch information
leifermendez authored Apr 7, 2024
2 parents 4dd1cac + a23e7b7 commit 4f2f45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/en/providers/meta/uses-cases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const welcomeFlow = addKeyword<Provider, Database>(['ey','test'])
},
phones: [{
phone: '34000000',
type: 'HOME'
type: 'HOME',
wa_id: '34000000' // (optional) makes META identify the number as an active wpp user
}]
}
])
Expand Down

0 comments on commit 4f2f45a

Please sign in to comment.