Skip to content

Commit 2fd19e3

Browse files
committed
docs(slack): externalId -> external_id
1 parent 3ec7df6 commit 2fd19e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/slack/custom-apps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To send a DM in Slack you can use the user's email address.
9797
"recipients": [
9898
{
9999
"email": "dan@example.com",
100-
"externalId": "AB1234BCA"
100+
"external_id": "AB1234BCA"
101101
}
102102
],
103103
"custom_attributes": {
@@ -120,7 +120,7 @@ curl https://api.magicbell.com/notifications \
120120
"title": "Welcome to Example Inc",
121121
"recipients": [{
122122
"email": "dan@example.com",
123-
"externalId": "AB1234BCA"
123+
"external_id": "AB1234BCA"
124124
}],
125125
"custom_attributes": {
126126
"name": "Dan",

0 commit comments

Comments
 (0)