Spongecell API Documentation: Reference - Invitations
Invitations
Lets you create invitations for multiple e-mail addresses for any event that you are authorized to view.
You can also view and delete invitations that you created.
Updating invitations is not supported. However, you can delete and then create another invitation.
Please log in (above) to see more examples.
Actions
The following actions are supported for this resource:
| index | GET | /api/invitations | Return a list of the resources, returning a limited set of fields for each resource. |
| event_id | INTEGER | The id of the event | |
| create | POST | /api/invitations | Create a new resource from the data in the POST request. |
| event_id | INTEGER | The id of the event | |
| from | STRING | The e-mail address to send from | |
| invitees | STRING | List of comma separated e-mail addresses | |
| opt_in | BOOLEAN | Whether to opt the email or sms address in to the list | |
| destroy | DELETE | /api/invitations/1 | Delete the specified resource. |
